#0C8901

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

Shades of Green #0C8901

Tints of Green #0C8901

Color information

#0C8901 (or 0x0C8901) is unknown color: approx Green. HEX triplet: 0C, 89 and 01. RGB value is (12,137,1). Sum of RGB (Red+Green+Blue) = 12+137+1=150 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8% from 150); Green value is 137 (53.91% from 255 or 91.33% from 150); Blue value is 1 (0.78% from 255 or 0.67% from 150); Max value from RGB is 137 - color contains mainly: green. Hex color #0C8901 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C8901 is #F376FE. Grayscale: #545454. Windows color (decimal): -15955711 or 100620. OLE color: 100620.

HSL color Cylindrical-coordinate representation of color #0C8901: hue angle of 115.15º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C8901 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB121371-
CMYK0.9100.990.46
HSL115.15º98.55%27.06%-
HSV(B)115.15º99.27%53.73%-
XYZ9.117.973.02-
YUV84.1281.0976.56-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8%
GREEN value IS 137 (53.91% from 255) = 91.33%
BLUE value IS 1 (0.78% from 255) = 0.67%
R=8%
G=91.33%
B=0.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1213710.9100.990.46115.1598.5527.06
HexC8915B0632E73631b
Octal14211113301435616314333
Binary11001000100111011011011000111011101110011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,137,1); }

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

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

 a { background-color: rgb(12,137,1); }

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

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

 span { border-color: rgb(12,137,1); }

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