#0F9A1E

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

Shades of Forest Green #0F9A1E

Tints of Forest Green #0F9A1E

Color information

#0F9A1E (or 0x0F9A1E) is unknown color: approx Forest Green. HEX triplet: 0F, 9A and 1E. RGB value is (15,154,30). Sum of RGB (Red+Green+Blue) = 15+154+30=199 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.54% from 199); Green value is 154 (60.55% from 255 or 77.39% from 199); Blue value is 30 (12.11% from 255 or 15.08% from 199); Max value from RGB is 154 - color contains mainly: green. Hex color #0F9A1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9A1E is #F065E1. Grayscale: #626262. Windows color (decimal): -15754722 or 2005519. OLE color: 2005519.

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

Color convert

RGB1515430-
CMYK0.9000.810.40
HSL126.47º82.25%33.14%-
HSV(B)126.47º90.26%60.39%-
XYZ11.9923.315.1-
YUV98.389.4568.58-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.54%
GREEN value IS 154 (60.55% from 255) = 77.39%
BLUE value IS 30 (12.11% from 255) = 15.08%
R=7.54%
G=77.39%
B=15.08%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15154300.9000.810.40126.4782.2533.14
HexF9A1E5A051287e5221
Octal172323613201215017612241
Binary1111100110101111010110100101000110100011111101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,154,30); }

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

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

 a { background-color: rgb(15,154,30); }

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

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

 span { border-color: rgb(15,154,30); }

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