#0A9E2A

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

Shades of Forest Green #0A9E2A

Tints of Forest Green #0A9E2A

Color information

#0A9E2A (or 0x0A9E2A) is unknown color: approx Forest Green. HEX triplet: 0A, 9E and 2A. RGB value is (10,158,42). Sum of RGB (Red+Green+Blue) = 10+158+42=210 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.76% from 210); Green value is 158 (62.11% from 255 or 75.24% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 158 - color contains mainly: green. Hex color #0A9E2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9E2A is #F561D5. Grayscale: #646464. Windows color (decimal): -16081366 or 2792970. OLE color: 2792970.

HSL color Cylindrical-coordinate representation of color #0A9E2A: hue angle of 132.97º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9E2A is Cyan = 0.94, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.38.

Color convert

RGB1015842-
CMYK0.9400.730.38
HSL132.97º88.1%32.94%-
HSV(B)132.97º93.67%61.96%-
XYZ12.7724.696.28-
YUV100.5294.9763.43-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.76%
GREEN value IS 158 (62.11% from 255) = 75.24%
BLUE value IS 42 (16.80% from 255) = 20%
R=4.76%
G=75.24%
B=20%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal10158420.9400.730.38132.9788.132.94
HexA9E2A5E04926855821
Octal122365213601114620513041
Binary101010011110101010101111001001001100110100001011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,158,42); }

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

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

 a { background-color: rgb(10,158,42); }

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

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

 span { border-color: rgb(10,158,42); }

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