Html Css Color HEX #0F9820 Forest Green

📋 copy color: '#0F9820'

red 15 ◦ green 152 ◦ blue 32

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

Shades of Forest Green #0F9820

Tints of Forest Green #0F9820

RGB

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

 GREEN value IS 152 (59.77% from 255) = 76.38%

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

R = 7.54%
G = 76.38%
B = 16.08%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#0F9820 (or 0x0F9820) is known color: Forest Green. HEX triplet: 0F, 98 and 20. RGB value is (15,152,32). Sum of RGB (Red+Green+Blue) = 15+152+32=199 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.54% from 199); Green value is 152 (59.77% from 255 or 76.38% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 152 - color contains mainly: green. Hex color #0F9820 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9820 is #F067DF. Grayscale: #616161. Windows color (decimal): -15755232 or 2136079. OLE color: 2136079.

HSL color Cylindrical-coordinate representation of color #0F9820: hue angle of 127.45º 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 #0F9820 is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB 15 152 32 -
CMYK 0.90 0 0.79 0.40
HSL 127.45º 0.82% 0.33% -
HSV(B) 127.45º 0.9% 0.6% -
XYZ 11.69 22.66 5.12 -
YUV 97.36 91.11 69.26 -
System Red Green Blue C M Y K H S L
Decimal 15 152 32 0.90 0 0.79 0.40 127.45 0.82 0.33
Hex F 98 20 5A 0 4F 28 7F 52 21
Octal 17 230 40 132 0 117 50 177 122 41
Binary 1111 10011000 100000 1011010 0 1001111 101000 1111111 1010010 100001

Color Harmonies of #0F9820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9820

Black with #0F9820

Text Example


Text Example

White with #0F9820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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