#0A981C

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

Shades of Forest Green #0A981C

Tints of Forest Green #0A981C

Color information

#0A981C (or 0x0A981C) is unknown color: approx Forest Green. HEX triplet: 0A, 98 and 1C. RGB value is (10,152,28). Sum of RGB (Red+Green+Blue) = 10+152+28=190 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.26% from 190); Green value is 152 (59.77% from 255 or 80% from 190); Blue value is 28 (11.33% from 255 or 14.74% from 190); Max value from RGB is 152 - color contains mainly: green. Hex color #0A981C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A981C is #F567E3. Grayscale: #5F5F5F. Windows color (decimal): -16082916 or 1873930. OLE color: 1873930.

HSL color Cylindrical-coordinate representation of color #0A981C: hue angle of 127.61º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A981C is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB1015228-
CMYK0.9300.820.40
HSL127.61º87.65%31.76%-
HSV(B)127.61º93.42%59.61%-
XYZ11.5622.64.85-
YUV95.4189.9667.08-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.26%
GREEN value IS 152 (59.77% from 255) = 80%
BLUE value IS 28 (11.33% from 255) = 14.74%
R=5.26%
G=80%
B=14.74%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal10152280.9300.820.40127.6187.6531.76
HexA981C5D05228805820
Octal122303413501225020013040
Binary10101001100011100101110101010010101000100000001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A981C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,152,28); }

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

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

 a { background-color: rgb(10,152,28); }

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

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

 span { border-color: rgb(10,152,28); }

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