#0CAB51

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

Shades of Pigment Green #0CAB51

Tints of Pigment Green #0CAB51

Color information

#0CAB51 (or 0x0CAB51) is unknown color: approx Pigment Green. HEX triplet: 0C, AB and 51. RGB value is (12,171,81). Sum of RGB (Red+Green+Blue) = 12+171+81=264 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.55% from 264); Green value is 171 (67.19% from 255 or 64.77% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 171 - color contains mainly: green. Hex color #0CAB51 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAB51 is #F354AE. Grayscale: #717171. Windows color (decimal): -15946927 or 5352204. OLE color: 5352204.

HSL color Cylindrical-coordinate representation of color #0CAB51: hue angle of 146.04º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAB51 is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB1217181-
CMYK0.9300.530.33
HSL146.04º86.89%35.88%-
HSV(B)146.04º92.98%67.06%-
XYZ16.229.812.68-
YUV113.2109.8255.82-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.55%
GREEN value IS 171 (67.19% from 255) = 64.77%
BLUE value IS 81 (32.03% from 255) = 30.68%
R=4.55%
G=64.77%
B=30.68%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal12171810.9300.530.33146.0486.8935.88
HexCAB515D03521925724
Octal142531211350654122212744
Binary110010101011101000110111010110101100001100100101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CAB51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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