#0A961B

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

Shades of Forest Green #0A961B

Tints of Forest Green #0A961B

Color information

#0A961B (or 0x0A961B) is unknown color: approx Forest Green. HEX triplet: 0A, 96 and 1B. RGB value is (10,150,27). Sum of RGB (Red+Green+Blue) = 10+150+27=187 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.35% from 187); Green value is 150 (58.98% from 255 or 80.21% from 187); Blue value is 27 (10.94% from 255 or 14.44% from 187); Max value from RGB is 150 - color contains mainly: green. Hex color #0A961B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A961B is #F569E4. Grayscale: #5E5E5E. Windows color (decimal): -16083429 or 1807882. OLE color: 1807882.

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

Color convert

RGB1015027-
CMYK0.9300.820.41
HSL127.29º87.5%31.37%-
HSV(B)127.29º93.33%58.82%-
XYZ11.2321.964.68-
YUV94.1290.1268-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.35%
GREEN value IS 150 (58.98% from 255) = 80.21%
BLUE value IS 27 (10.94% from 255) = 14.44%
R=5.35%
G=80.21%
B=14.44%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal10150270.9300.820.41127.2987.531.37
HexA961B5D052297f581f
Octal122263313501225117713037
Binary101010010110110111011101010100101010011111111101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A961B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,150,27); }

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

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

 a { background-color: rgb(10,150,27); }

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

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

 span { border-color: rgb(10,150,27); }

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