#0A951C

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

Shades of Forest Green #0A951C

Tints of Forest Green #0A951C

Color information

#0A951C (or 0x0A951C) is unknown color: approx Forest Green. HEX triplet: 0A, 95 and 1C. RGB value is (10,149,28). Sum of RGB (Red+Green+Blue) = 10+149+28=187 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.35% from 187); Green value is 149 (58.59% from 255 or 79.68% from 187); Blue value is 28 (11.33% from 255 or 14.97% from 187); Max value from RGB is 149 - color contains mainly: green. Hex color #0A951C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A951C is #F56AE3. Grayscale: #5D5D5D. Windows color (decimal): -16083684 or 1873162. OLE color: 1873162.

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

Color convert

RGB1014928-
CMYK0.9300.810.42
HSL127.77º87.42%31.18%-
HSV(B)127.77º93.29%58.43%-
XYZ11.0821.644.69-
YUV93.6490.9568.34-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.35%
GREEN value IS 149 (58.59% from 255) = 79.68%
BLUE value IS 28 (11.33% from 255) = 14.97%
R=5.35%
G=79.68%
B=14.97%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10149280.9300.810.42127.7787.4231.18
HexA951C5D0512A80571f
Octal122253413501215220012737
Binary1010100101011110010111010101000110101010000000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A951C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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