Html Css Color HEX #0CAD4C Pigment Green

📋 copy color: '#0CAD4C'

red 12 ◦ green 173 ◦ blue 76

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

Shades of Pigment Green #0CAD4C

Tints of Pigment Green #0CAD4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 29.12%

R = 4.6%
G = 66.28%
B = 29.12%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#0CAD4C (or 0x0CAD4C) is known color: Pigment Green. HEX triplet: 0C, AD and 4C. RGB value is (12,173,76). Sum of RGB (Red+Green+Blue) = 12+173+76=261 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.60% from 261); Green value is 173 (67.97% from 255 or 66.28% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 173 - color contains mainly: green. Hex color #0CAD4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAD4C is #F352B3. Grayscale: #727272. Windows color (decimal): -15946420 or 5025036. OLE color: 5025036.

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

Color convert

RGB 12 173 76 -
CMYK 0.93 0 0.56 0.32
HSL 143.85º 0.87% 0.36% -
HSV(B) 143.85º 0.93% 0.68% -
XYZ 16.4 30.49 11.86 -
YUV 113.8 106.66 55.39 -
System Red Green Blue C M Y K H S L
Decimal 12 173 76 0.93 0 0.56 0.32 143.85 0.87 0.36
Hex C AD 4C 5D 0 38 20 90 57 24
Octal 14 255 114 135 0 70 40 220 127 44
Binary 1100 10101101 1001100 1011101 0 111000 100000 10010000 1010111 100100

Color Harmonies of #0CAD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAD4C

Black with #0CAD4C

Text Example


Text Example

White with #0CAD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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