#0CA044

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

Shades of Pigment Green #0CA044

Tints of Pigment Green #0CA044

Color information

#0CA044 (or 0x0CA044) is unknown color: approx Pigment Green. HEX triplet: 0C, A0 and 44. RGB value is (12,160,68). Sum of RGB (Red+Green+Blue) = 12+160+68=240 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5% from 240); Green value is 160 (62.89% from 255 or 66.67% from 240); Blue value is 68 (26.95% from 255 or 28.33% from 240); Max value from RGB is 160 - color contains mainly: green. Hex color #0CA044 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA044 is #F35FBB. Grayscale: #696969. Windows color (decimal): -15949756 or 4497420. OLE color: 4497420.

HSL color Cylindrical-coordinate representation of color #0CA044: hue angle of 142.7º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA044 is Cyan = 0.93, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB1216068-
CMYK0.9300.570.37
HSL142.7º86.05%33.73%-
HSV(B)142.7º92.5%62.75%-
XYZ13.7725.649.69-
YUV105.26106.9761.48-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5%
GREEN value IS 160 (62.89% from 255) = 66.67%
BLUE value IS 68 (26.95% from 255) = 28.33%
R=5%
G=66.67%
B=28.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal12160680.9300.570.37142.786.0533.73
HexCA0445D039258f5622
Octal142401041350714521712642
Binary110010100000100010010111010111001100101100011111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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