Html Css Color HEX #0CAC56 Pigment Green

📋 copy color: '#0CAC56'

red 12 ◦ green 172 ◦ blue 86

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

Shades of Pigment Green #0CAC56

Tints of Pigment Green #0CAC56

RGB

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

 GREEN value IS 172 (67.58% from 255) = 63.7%

 BLUE value IS 86 (33.98% from 255) = 31.85%

R = 4.44%
G = 63.7%
B = 31.85%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.5

 K value IS 0.33

RGB Variations

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

Color information

#0CAC56 (or 0x0CAC56) is known color: Pigment Green. HEX triplet: 0C, AC and 56. RGB value is (12,172,86). Sum of RGB (Red+Green+Blue) = 12+172+86=270 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.44% from 270); Green value is 172 (67.58% from 255 or 63.70% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAC56 is #F353A9. Grayscale: #727272. Windows color (decimal): -15946666 or 5680140. OLE color: 5680140.

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

Color convert

RGB 12 172 86 -
CMYK 0.93 0 0.5 0.33
HSL 147.75º 0.87% 0.36% -
HSV(B) 147.75º 0.93% 0.67% -
XYZ 16.58 30.26 13.77 -
YUV 114.36 111.99 54.99 -
System Red Green Blue C M Y K H S L
Decimal 12 172 86 0.93 0 0.5 0.33 147.75 0.87 0.36
Hex C AC 56 5D 0 32 21 94 57 24
Octal 14 254 126 135 0 62 41 224 127 44
Binary 1100 10101100 1010110 1011101 0 110010 100001 10010100 1010111 100100

Color Harmonies of #0CAC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAC56

Black with #0CAC56

Text Example


Text Example

White with #0CAC56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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