#0A9F2A

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

Shades of Forest Green #0A9F2A

Tints of Forest Green #0A9F2A

Color information

#0A9F2A (or 0x0A9F2A) is unknown color: approx Forest Green. HEX triplet: 0A, 9F and 2A. RGB value is (10,159,42). Sum of RGB (Red+Green+Blue) = 10+159+42=211 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.74% from 211); Green value is 159 (62.5% from 255 or 75.36% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 159 - color contains mainly: green. Hex color #0A9F2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9F2A is #F560D5. Grayscale: #656565. Windows color (decimal): -16081110 or 2793226. OLE color: 2793226.

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

Color convert

RGB1015942-
CMYK0.9400.740.38
HSL132.89º88.17%33.14%-
HSV(B)132.89º93.71%62.35%-
XYZ12.9425.036.34-
YUV101.1194.6463.01-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.74%
GREEN value IS 159 (62.5% from 255) = 75.36%
BLUE value IS 42 (16.80% from 255) = 19.91%
R=4.74%
G=75.36%
B=19.91%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal10159420.9400.740.38132.8988.1733.14
HexA9F2A5E04A26855821
Octal122375213601124620513041
Binary101010011111101010101111001001010100110100001011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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