Html Css Color HEX #0CAA49 Pigment Green

📋 copy color: '#0CAA49'

red 12 ◦ green 170 ◦ blue 73

#0CAA49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #0CAA49

Tints of Pigment Green #0CAA49

RGB

 RED value IS 12 (5.08% from 255) = 4.71%

 GREEN value IS 170 (66.8% from 255) = 66.67%

 BLUE value IS 73 (28.91% from 255) = 28.63%

R = 4.71%
G = 66.67%
B = 28.63%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#0CAA49 (or 0x0CAA49) is known color: Pigment Green. HEX triplet: 0C, AA and 49. RGB value is (12,170,73). Sum of RGB (Red+Green+Blue) = 12+170+73=255 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.71% from 255); Green value is 170 (66.80% from 255 or 66.67% from 255); Blue value is 73 (28.91% from 255 or 28.63% from 255); Max value from RGB is 170 - color contains mainly: green. Hex color #0CAA49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAA49 is #F355B6. Grayscale: #6F6F6F. Windows color (decimal): -15947191 or 4827660. OLE color: 4827660.

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

Color convert

RGB 12 170 73 -
CMYK 0.93 0 0.57 0.33
HSL 143.16º 0.87% 0.36% -
HSV(B) 143.16º 0.93% 0.67% -
XYZ 15.73 29.31 11.13 -
YUV 111.7 106.15 56.89 -
System Red Green Blue C M Y K H S L
Decimal 12 170 73 0.93 0 0.57 0.33 143.16 0.87 0.36
Hex C AA 49 5D 0 39 21 8F 57 24
Octal 14 252 111 135 0 71 41 217 127 44
Binary 1100 10101010 1001001 1011101 0 111001 100001 10001111 1010111 100100

Color Harmonies of #0CAA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAA49

Black with #0CAA49

Text Example


Text Example

White with #0CAA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,170,73); }

 H1.HeaderClassName
 {
   color: #0CAA49;
 }
 .AnyTagClassName
 {
   color: #0CAA49;
 }
</style>

background-color css

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

 a { background-color: rgb(12,170,73); }

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

border-color css

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

 span { border-color: rgb(12,170,73); }

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