#0CAC44

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

Shades of Pigment Green #0CAC44

Tints of Pigment Green #0CAC44

Color information

#0CAC44 (or 0x0CAC44) is unknown color: approx Pigment Green. HEX triplet: 0C, AC and 44. RGB value is (12,172,68). Sum of RGB (Red+Green+Blue) = 12+172+68=252 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.76% from 252); Green value is 172 (67.58% from 255 or 68.25% from 252); Blue value is 68 (26.95% from 255 or 26.98% from 252); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC44 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAC44 is #F353BB. Grayscale: #707070. Windows color (decimal): -15946684 or 4500492. OLE color: 4500492.

HSL color Cylindrical-coordinate representation of color #0CAC44: hue angle of 141º 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 #0CAC44 is Cyan = 0.93, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB1217268-
CMYK0.9300.600.33
HSL141º86.96%36.08%-
HSV(B)141º93.02%67.45%-
XYZ15.953010.42-
YUV112.3102.9956.46-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.76%
GREEN value IS 172 (67.58% from 255) = 68.25%
BLUE value IS 68 (26.95% from 255) = 26.98%
R=4.76%
G=68.25%
B=26.98%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal12172680.9300.600.3314186.9636.08
HexCAC445D03C218d5724
Octal142541041350744121512744
Binary110010101100100010010111010111100100001100011011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CAC44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,172,68); }

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

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

 a { background-color: rgb(12,172,68); }

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

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

 span { border-color: rgb(12,172,68); }

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