#0A871E

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

Shades of Forest Green #0A871E

Tints of Forest Green #0A871E

Color information

#0A871E (or 0x0A871E) is unknown color: approx Forest Green. HEX triplet: 0A, 87 and 1E. RGB value is (10,135,30). Sum of RGB (Red+Green+Blue) = 10+135+30=175 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.71% from 175); Green value is 135 (53.12% from 255 or 77.14% from 175); Blue value is 30 (12.11% from 255 or 17.14% from 175); Max value from RGB is 135 - color contains mainly: green. Hex color #0A871E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A871E is #F578E1. Grayscale: #555555. Windows color (decimal): -16087266 or 2000650. OLE color: 2000650.

HSL color Cylindrical-coordinate representation of color #0A871E: hue angle of 129.6º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A871E is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB1013530-
CMYK0.9300.780.47
HSL129.6º86.21%28.43%-
HSV(B)129.6º92.59%52.94%-
XYZ9.0217.494.13-
YUV85.6596.5974.04-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.71%
GREEN value IS 135 (53.12% from 255) = 77.14%
BLUE value IS 30 (12.11% from 255) = 17.14%
R=5.71%
G=77.14%
B=17.14%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10135300.9300.780.47129.686.2128.43
HexA871E5D04E2F82561c
Octal122073613501165720212634
Binary1010100001111111010111010100111010111110000010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A871E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,135,30); }

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

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

 a { background-color: rgb(10,135,30); }

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

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

 span { border-color: rgb(10,135,30); }

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