#0A9C2B

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

Shades of Forest Green #0A9C2B

Tints of Forest Green #0A9C2B

Color information

#0A9C2B (or 0x0A9C2B) is unknown color: approx Forest Green. HEX triplet: 0A, 9C and 2B. RGB value is (10,156,43). Sum of RGB (Red+Green+Blue) = 10+156+43=209 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.78% from 209); Green value is 156 (61.33% from 255 or 74.64% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 156 - color contains mainly: green. Hex color #0A9C2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9C2B is #F563D4. Grayscale: #636363. Windows color (decimal): -16081877 or 2857994. OLE color: 2857994.

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

Color convert

RGB1015643-
CMYK0.9400.720.39
HSL133.56º87.95%32.55%-
HSV(B)133.56º93.59%61.18%-
XYZ12.4524.026.26-
YUV99.4696.1364.19-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.78%
GREEN value IS 156 (61.33% from 255) = 74.64%
BLUE value IS 43 (17.19% from 255) = 20.57%
R=4.78%
G=74.64%
B=20.57%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal10156430.9400.720.39133.5687.9532.55
HexA9C2B5E04827865821
Octal122345313601104720613041
Binary101010011100101011101111001001000100111100001101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,156,43); }

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

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

 a { background-color: rgb(10,156,43); }

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

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

 span { border-color: rgb(10,156,43); }

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