Html Css Color HEX #0CAC4C Pigment Green

📋 copy color: '#0CAC4C'

red 12 ◦ green 172 ◦ blue 76

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

Shades of Pigment Green #0CAC4C

Tints of Pigment Green #0CAC4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 29.23%

R = 4.62%
G = 66.15%
B = 29.23%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#0CAC4C (or 0x0CAC4C) is known color: Pigment Green. HEX triplet: 0C, AC and 4C. RGB value is (12,172,76). Sum of RGB (Red+Green+Blue) = 12+172+76=260 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.62% from 260); Green value is 172 (67.58% from 255 or 66.15% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAC4C is #F353B3. Grayscale: #717171. Windows color (decimal): -15946676 or 5024780. OLE color: 5024780.

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

Color convert

RGB 12 172 76 -
CMYK 0.93 0 0.56 0.33
HSL 144º 0.87% 0.36% -
HSV(B) 144º 0.93% 0.67% -
XYZ 16.21 30.11 11.79 -
YUV 113.22 106.99 55.81 -
System Red Green Blue C M Y K H S L
Decimal 12 172 76 0.93 0 0.56 0.33 144 0.87 0.36
Hex C AC 4C 5D 0 38 21 90 57 24
Octal 14 254 114 135 0 70 41 220 127 44
Binary 1100 10101100 1001100 1011101 0 111000 100001 10010000 1010111 100100

Color Harmonies of #0CAC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAC4C

Black with #0CAC4C

Text Example


Text Example

White with #0CAC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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