Html Css Color HEX #0CAC51 Pigment Green

📋 copy color: '#0CAC51'

red 12 ◦ green 172 ◦ blue 81

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

Shades of Pigment Green #0CAC51

Tints of Pigment Green #0CAC51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 30.57%

R = 4.53%
G = 64.91%
B = 30.57%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#0CAC51 (or 0x0CAC51) is known color: Pigment Green. HEX triplet: 0C, AC and 51. RGB value is (12,172,81). Sum of RGB (Red+Green+Blue) = 12+172+81=265 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.53% from 265); Green value is 172 (67.58% from 255 or 64.91% from 265); Blue value is 81 (32.03% from 255 or 30.57% from 265); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC51 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAC51 is #F353AE. Grayscale: #717171. Windows color (decimal): -15946671 or 5352460. OLE color: 5352460.

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

Color convert

RGB 12 172 81 -
CMYK 0.93 0 0.53 0.33
HSL 145.88º 0.87% 0.36% -
HSV(B) 145.88º 0.93% 0.67% -
XYZ 16.39 30.18 12.75 -
YUV 113.79 109.49 55.4 -
System Red Green Blue C M Y K H S L
Decimal 12 172 81 0.93 0 0.53 0.33 145.88 0.87 0.36
Hex C AC 51 5D 0 35 21 92 57 24
Octal 14 254 121 135 0 65 41 222 127 44
Binary 1100 10101100 1010001 1011101 0 110101 100001 10010010 1010111 100100

Color Harmonies of #0CAC51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAC51

Black with #0CAC51

Text Example


Text Example

White with #0CAC51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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