Html Css Color HEX #0F9920 Forest Green

📋 copy color: '#0F9920'

red 15 ◦ green 153 ◦ blue 32

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

Shades of Forest Green #0F9920

Tints of Forest Green #0F9920

RGB

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

 GREEN value IS 153 (60.16% from 255) = 76.5%

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

R = 7.5%
G = 76.5%
B = 16%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#0F9920 (or 0x0F9920) is known color: Forest Green. HEX triplet: 0F, 99 and 20. RGB value is (15,153,32). Sum of RGB (Red+Green+Blue) = 15+153+32=200 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.5% from 200); Green value is 153 (60.16% from 255 or 76.5% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 153 - color contains mainly: green. Hex color #0F9920 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9920 is #F066DF. Grayscale: #626262. Windows color (decimal): -15754976 or 2136335. OLE color: 2136335.

HSL color Cylindrical-coordinate representation of color #0F9920: hue angle of 127.39º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9920 is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.4.

Color convert

RGB 15 153 32 -
CMYK 0.90 0 0.79 0.4
HSL 127.39º 0.82% 0.33% -
HSV(B) 127.39º 0.9% 0.6% -
XYZ 11.85 22.99 5.18 -
YUV 97.94 90.78 68.84 -
System Red Green Blue C M Y K H S L
Decimal 15 153 32 0.90 0 0.79 0.4 127.39 0.82 0.33
Hex F 99 20 5A 0 4F 28 7F 52 21
Octal 17 231 40 132 0 117 50 177 122 41
Binary 1111 10011001 100000 1011010 0 1001111 101000 1111111 1010010 100001

Color Harmonies of #0F9920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9920

Black with #0F9920

Text Example


Text Example

White with #0F9920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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