#0F9E1A

Color #0F9E1A Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #0F9E1A

Tints of Forest Green #0F9E1A

Color information

#0F9E1A (or 0x0F9E1A) is unknown color: approx Forest Green. HEX triplet: 0F, 9E and 1A. RGB value is (15,158,26). Sum of RGB (Red+Green+Blue) = 15+158+26=199 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.54% from 199); Green value is 158 (62.11% from 255 or 79.40% from 199); Blue value is 26 (10.55% from 255 or 13.07% from 199); Max value from RGB is 158 - color contains mainly: green. Hex color #0F9E1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9E1A is #F061E5. Grayscale: #646464. Windows color (decimal): -15753702 or 1744399. OLE color: 1744399.

HSL color Cylindrical-coordinate representation of color #0F9E1A: hue angle of 124.62º 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 #0F9E1A is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB1515826-
CMYK0.9100.840.38
HSL124.62º82.66%33.92%-
HSV(B)124.62º90.51%61.96%-
XYZ12.6124.635.07-
YUV100.286.1267.23-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.54%
GREEN value IS 158 (62.11% from 255) = 79.40%
BLUE value IS 26 (10.55% from 255) = 13.07%
R=7.54%
G=79.40%
B=13.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15158260.9100.840.38124.6282.6633.92
HexF9E1A5B054267d5322
Octal172363213301244617512342
Binary1111100111101101010110110101010010011011111011010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,158,26); }

 H1.HeaderClassName
 {
   color: #0F9E1A;
 }
 .AnyTagClassName
 {
   color: #0F9E1A;
 }
</style>
background-color css

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

 a { background-color: rgb(15,158,26); }

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

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

 span { border-color: rgb(15,158,26); }

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