#0EAA1F

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

Shades of Forest Green #0EAA1F

Tints of Forest Green #0EAA1F

Color information

#0EAA1F (or 0x0EAA1F) is unknown color: approx Forest Green. HEX triplet: 0E, AA and 1F. RGB value is (14,170,31). Sum of RGB (Red+Green+Blue) = 14+170+31=215 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.51% from 215); Green value is 170 (66.80% from 255 or 79.07% from 215); Blue value is 31 (12.5% from 255 or 14.42% from 215); Max value from RGB is 170 - color contains mainly: green. Hex color #0EAA1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAA1F is #F155E0. Grayscale: #6B6B6B. Windows color (decimal): -15816161 or 2075150. OLE color: 2075150.

HSL color Cylindrical-coordinate representation of color #0EAA1F: hue angle of 126.54º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAA1F is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB1417031-
CMYK0.9200.820.33
HSL126.54º84.78%36.08%-
HSV(B)126.54º91.76%66.67%-
XYZ14.828.946.1-
YUV107.5184.8261.3-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.51%
GREEN value IS 170 (66.80% from 255) = 79.07%
BLUE value IS 31 (12.5% from 255) = 14.42%
R=6.51%
G=79.07%
B=14.42%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14170310.9200.820.33126.5484.7836.08
HexEAA1F5C052217f5524
Octal162523713401224117712544
Binary1110101010101111110111000101001010000111111111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAA1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,170,31); }

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

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

 a { background-color: rgb(14,170,31); }

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

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

 span { border-color: rgb(14,170,31); }

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