Html Css Color HEX #4CCA96 Shamrock

📋 copy color: '#4CCA96'

red 76 ◦ green 202 ◦ blue 150

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

Shades of Shamrock #4CCA96

Tints of Shamrock #4CCA96

RGB

 RED value IS 76 (30.08% from 255) = 17.76%

 GREEN value IS 202 (79.3% from 255) = 47.2%

 BLUE value IS 150 (58.98% from 255) = 35.05%

R = 17.76%
G = 47.2%
B = 35.05%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#4CCA96 (or 0x4CCA96) is known color: Shamrock. HEX triplet: 4C, CA and 96. RGB value is (76,202,150). Sum of RGB (Red+Green+Blue) = 76+202+150=428 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.76% from 428); Green value is 202 (79.30% from 255 or 47.20% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 202 - color contains mainly: green. Hex color #4CCA96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCA96 is #B33569. Grayscale: #9E9E9E. Windows color (decimal): -11744618 or 9882188. OLE color: 9882188.

HSL color Cylindrical-coordinate representation of color #4CCA96: hue angle of 155.24º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CCA96 is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 76 202 150 -
CMYK 0.62 0 0.26 0.21
HSL 155.24º 0.54% 0.55% -
HSV(B) 155.24º 0.62% 0.79% -
XYZ 29.61 45.98 36.17 -
YUV 158.4 123.26 69.23 -
System Red Green Blue C M Y K H S L
Decimal 76 202 150 0.62 0 0.26 0.21 155.24 0.54 0.55
Hex 4C CA 96 3E 0 1A 15 9B 36 37
Octal 114 312 226 76 0 32 25 233 66 67
Binary 1001100 11001010 10010110 111110 0 11010 10101 10011011 110110 110111

Color Harmonies of #4CCA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCA96

Black with #4CCA96

Text Example


Text Example

White with #4CCA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4CCA96; }

 p { color: rgb(76,202,150); }

 H1.HeaderClassName
 {
   color: #4CCA96;
 }
 .AnyTagClassName
 {
   color: #4CCA96;
 }
</style>

background-color css

<style>
 a { background-color: #4CCA96; }

 a { background-color: rgb(76,202,150); }

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

border-color css

<style>
 span { border-color: #4CCA96; }

 span { border-color: rgb(76,202,150); }

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