Html Css Color HEX #0F9F20 Forest Green

📋 copy color: '#0F9F20'

red 15 ◦ green 159 ◦ blue 32

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

Shades of Forest Green #0F9F20

Tints of Forest Green #0F9F20

RGB

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

 GREEN value IS 159 (62.5% from 255) = 77.18%

 BLUE value IS 32 (12.89% from 255) = 15.53%

R = 7.28%
G = 77.18%
B = 15.53%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#0F9F20 (or 0x0F9F20) is known color: Forest Green. HEX triplet: 0F, 9F and 20. RGB value is (15,159,32). Sum of RGB (Red+Green+Blue) = 15+159+32=206 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.28% from 206); Green value is 159 (62.5% from 255 or 77.18% from 206); Blue value is 32 (12.89% from 255 or 15.53% from 206); Max value from RGB is 159 - color contains mainly: green. Hex color #0F9F20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9F20 is #F060DF. Grayscale: #656565. Windows color (decimal): -15753440 or 2137871. OLE color: 2137871.

HSL color Cylindrical-coordinate representation of color #0F9F20: hue angle of 127.08º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F9F20 is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB 15 159 32 -
CMYK 0.91 0 0.80 0.38
HSL 127.08º 0.83% 0.34% -
HSV(B) 127.08º 0.91% 0.62% -
XYZ 12.86 25 5.51 -
YUV 101.47 88.79 66.33 -
System Red Green Blue C M Y K H S L
Decimal 15 159 32 0.91 0 0.80 0.38 127.08 0.83 0.34
Hex F 9F 20 5B 0 50 26 7F 53 22
Octal 17 237 40 133 0 120 46 177 123 42
Binary 1111 10011111 100000 1011011 0 1010000 100110 1111111 1010011 100010

Color Harmonies of #0F9F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9F20

Black with #0F9F20

Text Example


Text Example

White with #0F9F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,159,32); }

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

background-color css

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

 a { background-color: rgb(15,159,32); }

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

border-color css

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

 span { border-color: rgb(15,159,32); }

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