#0A8E1A

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

Shades of Forest Green #0A8E1A

Tints of Forest Green #0A8E1A

Color information

#0A8E1A (or 0x0A8E1A) is unknown color: approx Forest Green. HEX triplet: 0A, 8E and 1A. RGB value is (10,142,26). Sum of RGB (Red+Green+Blue) = 10+142+26=178 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.62% from 178); Green value is 142 (55.86% from 255 or 79.78% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 142 - color contains mainly: green. Hex color #0A8E1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A8E1A is #F571E5. Grayscale: #595959. Windows color (decimal): -16085478 or 1740298. OLE color: 1740298.

HSL color Cylindrical-coordinate representation of color #0A8E1A: hue angle of 127.27º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8E1A is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB1014226-
CMYK0.9300.820.44
HSL127.27º86.84%29.8%-
HSV(B)127.27º92.96%55.69%-
XYZ9.9819.494.21-
YUV89.3192.2771.43-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.62%
GREEN value IS 142 (55.86% from 255) = 79.78%
BLUE value IS 26 (10.55% from 255) = 14.61%
R=5.62%
G=79.78%
B=14.61%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10142260.9300.820.44127.2786.8429.8
HexA8E1A5D0522C7f571e
Octal122163213501225417712736
Binary101010001110110101011101010100101011001111111101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,142,26); }

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

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

 a { background-color: rgb(10,142,26); }

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

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

 span { border-color: rgb(10,142,26); }

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