#0C9B51

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

Shades of Pigment Green #0C9B51

Tints of Pigment Green #0C9B51

Color information

#0C9B51 (or 0x0C9B51) is unknown color: approx Pigment Green. HEX triplet: 0C, 9B and 51. RGB value is (12,155,81). Sum of RGB (Red+Green+Blue) = 12+155+81=248 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.84% from 248); Green value is 155 (60.94% from 255 or 62.5% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 155 - color contains mainly: green. Hex color #0C9B51 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9B51 is #F364AE. Grayscale: #676767. Windows color (decimal): -15951023 or 5348108. OLE color: 5348108.

HSL color Cylindrical-coordinate representation of color #0C9B51: hue angle of 148.95º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9B51 is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB1215581-
CMYK0.9200.480.39
HSL148.95º85.63%32.75%-
HSV(B)148.95º92.26%60.78%-
XYZ13.3624.1111.74-
YUV103.81115.1262.52-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.84%
GREEN value IS 155 (60.94% from 255) = 62.5%
BLUE value IS 81 (32.03% from 255) = 32.66%
R=4.84%
G=62.5%
B=32.66%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal12155810.9200.480.39148.9585.6332.75
HexC9B515C03027955621
Octal142331211340604722512641
Binary110010011011101000110111000110000100111100101011010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,155,81); }

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

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

 a { background-color: rgb(12,155,81); }

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

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

 span { border-color: rgb(12,155,81); }

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