Html Css Color HEX #0CAC5A Pigment Green

📋 copy color: '#0CAC5A'

red 12 ◦ green 172 ◦ blue 90

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

Shades of Pigment Green #0CAC5A

Tints of Pigment Green #0CAC5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.85%

R = 4.38%
G = 62.77%
B = 32.85%

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

#0CAC5A (or 0x0CAC5A) is known color: Pigment Green. HEX triplet: 0C, AC and 5A. RGB value is (12,172,90). Sum of RGB (Red+Green+Blue) = 12+172+90=274 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.38% from 274); Green value is 172 (67.58% from 255 or 62.77% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAC5A is #F353A5. Grayscale: #727272. Windows color (decimal): -15946662 or 5942284. OLE color: 5942284.

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

Color convert

RGB 12 172 90 -
CMYK 0.93 0 0.48 0.33
HSL 149.25º 0.87% 0.36% -
HSV(B) 149.25º 0.93% 0.67% -
XYZ 16.75 30.32 14.64 -
YUV 114.81 113.99 54.67 -
System Red Green Blue C M Y K H S L
Decimal 12 172 90 0.93 0 0.48 0.33 149.25 0.87 0.36
Hex C AC 5A 5D 0 30 21 95 57 24
Octal 14 254 132 135 0 60 41 225 127 44
Binary 1100 10101100 1011010 1011101 0 110000 100001 10010101 1010111 100100

Color Harmonies of #0CAC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAC5A

Black with #0CAC5A

Text Example


Text Example

White with #0CAC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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