Html Css Color HEX #0CAC5B Pigment Green

📋 copy color: '#0CAC5B'

red 12 ◦ green 172 ◦ blue 91

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

Shades of Pigment Green #0CAC5B

Tints of Pigment Green #0CAC5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.09%

R = 4.36%
G = 62.55%
B = 33.09%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#0CAC5B (or 0x0CAC5B) is known color: Pigment Green. HEX triplet: 0C, AC and 5B. RGB value is (12,172,91). Sum of RGB (Red+Green+Blue) = 12+172+91=275 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.36% from 275); Green value is 172 (67.58% from 255 or 62.55% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAC5B is #F353A4. Grayscale: #737373. Windows color (decimal): -15946661 or 6007820. OLE color: 6007820.

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

Color convert

RGB 12 172 91 -
CMYK 0.93 0 0.47 0.33
HSL 149.63º 0.87% 0.36% -
HSV(B) 149.63º 0.93% 0.67% -
XYZ 16.79 30.34 14.87 -
YUV 114.93 114.49 54.59 -
System Red Green Blue C M Y K H S L
Decimal 12 172 91 0.93 0 0.47 0.33 149.63 0.87 0.36
Hex C AC 5B 5D 0 2F 21 96 57 24
Octal 14 254 133 135 0 57 41 226 127 44
Binary 1100 10101100 1011011 1011101 0 101111 100001 10010110 1010111 100100

Color Harmonies of #0CAC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAC5B

Black with #0CAC5B

Text Example


Text Example

White with #0CAC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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