Html Css Color HEX #0CAB50 Pigment Green

📋 copy color: '#0CAB50'

red 12 ◦ green 171 ◦ blue 80

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

Shades of Pigment Green #0CAB50

Tints of Pigment Green #0CAB50

RGB

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

 GREEN value IS 171 (67.19% from 255) = 65.02%

 BLUE value IS 80 (31.64% from 255) = 30.42%

R = 4.56%
G = 65.02%
B = 30.42%

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

#0CAB50 (or 0x0CAB50) is known color: Pigment Green. HEX triplet: 0C, AB and 50. RGB value is (12,171,80). Sum of RGB (Red+Green+Blue) = 12+171+80=263 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.56% from 263); Green value is 171 (67.19% from 255 or 65.02% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 171 - color contains mainly: green. Hex color #0CAB50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAB50 is #F354AF. Grayscale: #717171. Windows color (decimal): -15946928 or 5286668. OLE color: 5286668.

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

Color convert

RGB 12 171 80 -
CMYK 0.93 0 0.53 0.33
HSL 145.66º 0.87% 0.36% -
HSV(B) 145.66º 0.93% 0.67% -
XYZ 16.16 29.78 12.49 -
YUV 113.09 109.32 55.9 -
System Red Green Blue C M Y K H S L
Decimal 12 171 80 0.93 0 0.53 0.33 145.66 0.87 0.36
Hex C AB 50 5D 0 35 21 92 57 24
Octal 14 253 120 135 0 65 41 222 127 44
Binary 1100 10101011 1010000 1011101 0 110101 100001 10010010 1010111 100100

Color Harmonies of #0CAB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAB50

Black with #0CAB50

Text Example


Text Example

White with #0CAB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,171,80); }

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

background-color css

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

 a { background-color: rgb(12,171,80); }

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

border-color css

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

 span { border-color: rgb(12,171,80); }

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