Html Css Color HEX #0CAC59 Pigment Green

📋 copy color: '#0CAC59'

red 12 ◦ green 172 ◦ blue 89

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

Shades of Pigment Green #0CAC59

Tints of Pigment Green #0CAC59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 32.6%

R = 4.4%
G = 63%
B = 32.6%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#0CAC59 (or 0x0CAC59) is known color: Pigment Green. HEX triplet: 0C, AC and 59. RGB value is (12,172,89). Sum of RGB (Red+Green+Blue) = 12+172+89=273 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.40% from 273); Green value is 172 (67.58% from 255 or 63.00% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC59 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAC59 is #F353A6. Grayscale: #727272. Windows color (decimal): -15946663 or 5876748. OLE color: 5876748.

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

Color convert

RGB 12 172 89 -
CMYK 0.93 0 0.48 0.33
HSL 148.88º 0.87% 0.36% -
HSV(B) 148.88º 0.93% 0.67% -
XYZ 16.71 30.3 14.42 -
YUV 114.7 113.49 54.75 -
System Red Green Blue C M Y K H S L
Decimal 12 172 89 0.93 0 0.48 0.33 148.88 0.87 0.36
Hex C AC 59 5D 0 30 21 95 57 24
Octal 14 254 131 135 0 60 41 225 127 44
Binary 1100 10101100 1011001 1011101 0 110000 100001 10010101 1010111 100100

Color Harmonies of #0CAC59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAC59

Black with #0CAC59

Text Example


Text Example

White with #0CAC59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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