Html Css Color HEX #0CAD50 Pigment Green

📋 copy color: '#0CAD50'

red 12 ◦ green 173 ◦ blue 80

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

Shades of Pigment Green #0CAD50

Tints of Pigment Green #0CAD50

RGB

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

 GREEN value IS 173 (67.97% from 255) = 65.28%

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

R = 4.53%
G = 65.28%
B = 30.19%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#0CAD50 (or 0x0CAD50) is known color: Pigment Green. HEX triplet: 0C, AD and 50. RGB value is (12,173,80). Sum of RGB (Red+Green+Blue) = 12+173+80=265 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.53% from 265); Green value is 173 (67.97% from 255 or 65.28% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 173 - color contains mainly: green. Hex color #0CAD50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAD50 is #F352AF. Grayscale: #727272. Windows color (decimal): -15946416 or 5287180. OLE color: 5287180.

HSL color Cylindrical-coordinate representation of color #0CAD50: hue angle of 145.34º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAD50 is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB 12 173 80 -
CMYK 0.93 0 0.54 0.32
HSL 145.34º 0.87% 0.36% -
HSV(B) 145.34º 0.93% 0.68% -
XYZ 16.54 30.54 12.61 -
YUV 114.26 108.66 55.06 -
System Red Green Blue C M Y K H S L
Decimal 12 173 80 0.93 0 0.54 0.32 145.34 0.87 0.36
Hex C AD 50 5D 0 36 20 91 57 24
Octal 14 255 120 135 0 66 40 221 127 44
Binary 1100 10101101 1010000 1011101 0 110110 100000 10010001 1010111 100100

Color Harmonies of #0CAD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAD50

Black with #0CAD50

Text Example


Text Example

White with #0CAD50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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