#0A991E

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

Shades of Forest Green #0A991E

Tints of Forest Green #0A991E

Color information

#0A991E (or 0x0A991E) is unknown color: approx Forest Green. HEX triplet: 0A, 99 and 1E. RGB value is (10,153,30). Sum of RGB (Red+Green+Blue) = 10+153+30=193 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.18% from 193); Green value is 153 (60.16% from 255 or 79.27% from 193); Blue value is 30 (12.11% from 255 or 15.54% from 193); Max value from RGB is 153 - color contains mainly: green. Hex color #0A991E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A991E is #F566E1. Grayscale: #606060. Windows color (decimal): -16082658 or 2005258. OLE color: 2005258.

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

Color convert

RGB1015330-
CMYK0.9300.800.4
HSL128.39º87.73%31.96%-
HSV(B)128.39º93.46%60%-
XYZ11.7522.945.04-
YUV96.2290.6266.5-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.18%
GREEN value IS 153 (60.16% from 255) = 79.27%
BLUE value IS 30 (12.11% from 255) = 15.54%
R=5.18%
G=79.27%
B=15.54%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal10153300.9300.800.4128.3987.7331.96
HexA991E5D05028805820
Octal122313613501205020013040
Binary10101001100111110101110101010000101000100000001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A991E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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