Html Css Color HEX #0FC73A Dark Pastel Green

📋 copy color: '#0FC73A'

red 15 ◦ green 199 ◦ blue 58

#0FC73A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #0FC73A

Tints of Dark Pastel Green #0FC73A

RGB

 RED value IS 15 (6.25% from 255) = 5.51%

 GREEN value IS 199 (78.13% from 255) = 73.16%

 BLUE value IS 58 (23.05% from 255) = 21.32%

R = 5.51%
G = 73.16%
B = 21.32%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.71

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0FC73A (or 0x0FC73A) is known color: Dark Pastel Green. HEX triplet: 0F, C7 and 3A. RGB value is (15,199,58). Sum of RGB (Red+Green+Blue) = 15+199+58=272 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.51% from 272); Green value is 199 (78.12% from 255 or 73.16% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 199 - color contains mainly: green. Hex color #0FC73A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC73A is #F038C5. Grayscale: #808080. Windows color (decimal): -15743174 or 3852047. OLE color: 3852047.

HSL color Cylindrical-coordinate representation of color #0FC73A: hue angle of 134.02º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC73A is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 15 199 58 -
CMYK 0.92 0 0.71 0.22
HSL 134.02º 0.86% 0.42% -
HSV(B) 134.02º 0.92% 0.78% -
XYZ 21.38 41.25 10.84 -
YUV 127.91 88.54 47.46 -
System Red Green Blue C M Y K H S L
Decimal 15 199 58 0.92 0 0.71 0.22 134.02 0.86 0.42
Hex F C7 3A 5C 0 47 16 86 56 2A
Octal 17 307 72 134 0 107 26 206 126 52
Binary 1111 11000111 111010 1011100 0 1000111 10110 10000110 1010110 101010

Color Harmonies of #0FC73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC73A

Black with #0FC73A

Text Example


Text Example

White with #0FC73A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0FC73A; }

 p { color: rgb(15,199,58); }

 H1.HeaderClassName
 {
   color: #0FC73A;
 }
 .AnyTagClassName
 {
   color: #0FC73A;
 }
</style>

background-color css

<style>
 a { background-color: #0FC73A; }

 a { background-color: rgb(15,199,58); }

 div.DivClassName
 {
   background-color: #0FC73A;
 }
 .BgClassName
 {
   background-color: #0FC73A;
 }
</style>

border-color css

<style>
 span { border-color: #0FC73A; }

 span { border-color: rgb(15,199,58); }

 td.TdClassName
 {
   border-color: #0FC73A;
 }
 .TagClassName
 {
   border-color: #0FC73A;
 }
</style>