#0A921F

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

Shades of Forest Green #0A921F

Tints of Forest Green #0A921F

Color information

#0A921F (or 0x0A921F) is unknown color: approx Forest Green. HEX triplet: 0A, 92 and 1F. RGB value is (10,146,31). Sum of RGB (Red+Green+Blue) = 10+146+31=187 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.35% from 187); Green value is 146 (57.42% from 255 or 78.07% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 146 - color contains mainly: green. Hex color #0A921F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A921F is #F56DE0. Grayscale: #5C5C5C. Windows color (decimal): -16084449 or 2069002. OLE color: 2069002.

HSL color Cylindrical-coordinate representation of color #0A921F: hue angle of 129.26º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A921F is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB1014631-
CMYK0.9300.790.43
HSL129.26º87.18%30.59%-
HSV(B)129.26º93.15%57.25%-
XYZ10.6520.724.73-
YUV92.2393.4469.35-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.35%
GREEN value IS 146 (57.42% from 255) = 78.07%
BLUE value IS 31 (12.5% from 255) = 16.58%
R=5.35%
G=78.07%
B=16.58%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal10146310.9300.790.43129.2687.1830.59
HexA921F5D04F2B81571f
Octal122223713501175320112737
Binary1010100100101111110111010100111110101110000001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A921F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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