#0A9C1F

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

Shades of Forest Green #0A9C1F

Tints of Forest Green #0A9C1F

Color information

#0A9C1F (or 0x0A9C1F) is unknown color: approx Forest Green. HEX triplet: 0A, 9C and 1F. RGB value is (10,156,31). Sum of RGB (Red+Green+Blue) = 10+156+31=197 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.08% from 197); Green value is 156 (61.33% from 255 or 79.19% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 156 - color contains mainly: green. Hex color #0A9C1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9C1F is #F563E0. Grayscale: #626262. Windows color (decimal): -16081889 or 2071562. OLE color: 2071562.

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

Color convert

RGB1015631-
CMYK0.9400.800.39
HSL128.63º87.95%32.55%-
HSV(B)128.63º93.59%61.18%-
XYZ12.2623.945.27-
YUV98.190.1365.16-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.08%
GREEN value IS 156 (61.33% from 255) = 79.19%
BLUE value IS 31 (12.5% from 255) = 15.74%
R=5.08%
G=79.19%
B=15.74%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal10156310.9400.800.39128.6387.9532.55
HexA9C1F5E05027815821
Octal122343713601204720113041
Binary10101001110011111101111001010000100111100000011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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