Html Css Color HEX #0CAC4F Pigment Green

📋 copy color: '#0CAC4F'

red 12 ◦ green 172 ◦ blue 79

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

Shades of Pigment Green #0CAC4F

Tints of Pigment Green #0CAC4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.04%

R = 4.56%
G = 65.4%
B = 30.04%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#0CAC4F (or 0x0CAC4F) is known color: Pigment Green. HEX triplet: 0C, AC and 4F. RGB value is (12,172,79). Sum of RGB (Red+Green+Blue) = 12+172+79=263 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.56% from 263); Green value is 172 (67.58% from 255 or 65.40% from 263); Blue value is 79 (31.25% from 255 or 30.04% from 263); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAC4F is #F353B0. Grayscale: #717171. Windows color (decimal): -15946673 or 5221388. OLE color: 5221388.

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

Color convert

RGB 12 172 79 -
CMYK 0.93 0 0.54 0.33
HSL 145.13º 0.87% 0.36% -
HSV(B) 145.13º 0.93% 0.67% -
XYZ 16.32 30.15 12.36 -
YUV 113.56 108.49 55.56 -
System Red Green Blue C M Y K H S L
Decimal 12 172 79 0.93 0 0.54 0.33 145.13 0.87 0.36
Hex C AC 4F 5D 0 36 21 91 57 24
Octal 14 254 117 135 0 66 41 221 127 44
Binary 1100 10101100 1001111 1011101 0 110110 100001 10010001 1010111 100100

Color Harmonies of #0CAC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAC4F

Black with #0CAC4F

Text Example


Text Example

White with #0CAC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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