#0A971E

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

Shades of Forest Green #0A971E

Tints of Forest Green #0A971E

Color information

#0A971E (or 0x0A971E) is unknown color: approx Forest Green. HEX triplet: 0A, 97 and 1E. RGB value is (10,151,30). Sum of RGB (Red+Green+Blue) = 10+151+30=191 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.24% from 191); Green value is 151 (59.38% from 255 or 79.06% from 191); Blue value is 30 (12.11% from 255 or 15.71% from 191); Max value from RGB is 151 - color contains mainly: green. Hex color #0A971E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A971E is #F568E1. Grayscale: #5F5F5F. Windows color (decimal): -16083170 or 2004746. OLE color: 2004746.

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

Color convert

RGB1015130-
CMYK0.9300.800.41
HSL128.51º87.58%31.57%-
HSV(B)128.51º93.38%59.22%-
XYZ11.4322.294.93-
YUV95.0591.2967.34-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.24%
GREEN value IS 151 (59.38% from 255) = 79.06%
BLUE value IS 30 (12.11% from 255) = 15.71%
R=5.24%
G=79.06%
B=15.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal10151300.9300.800.41128.5187.5831.57
HexA971E5D05029815820
Octal122273613501205120113040
Binary10101001011111110101110101010000101001100000011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A971E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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