#4AD499

Color #4AD499 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #4AD499

Tints of Shamrock #4AD499

Color information

#4AD499 (or 0x4AD499) is unknown color: approx Shamrock. HEX triplet: 4A, D4 and 99. RGB value is (74,212,153). Sum of RGB (Red+Green+Blue) = 74+212+153=439 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.86% from 439); Green value is 212 (83.20% from 255 or 48.29% from 439); Blue value is 153 (60.16% from 255 or 34.85% from 439); Max value from RGB is 212 - color contains mainly: green. Hex color #4AD499 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD499 is #B52B66. Grayscale: #A4A4A4. Windows color (decimal): -11873127 or 10081354. OLE color: 10081354.

HSL color Cylindrical-coordinate representation of color #4AD499: hue angle of 154.35º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD499 is Cyan = 0.65, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB74212153-
CMYK0.6500.280.17
HSL154.35º61.61%56.08%-
HSV(B)154.35º65.09%83.14%-
XYZ32.1250.8438.26-
YUV164.01121.7863.8-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.86%
GREEN value IS 212 (83.20% from 255) = 48.29%
BLUE value IS 153 (60.16% from 255) = 34.85%
R=16.86%
G=48.29%
B=34.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal742121530.6500.280.17154.3561.6156.08
Hex4AD4994101C119a3e38
Octal112324231101034212327670
Binary1001010110101001001100110000010111001000110011010111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AD499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,212,153); }

 H1.HeaderClassName
 {
   color: #4AD499;
 }
 .AnyTagClassName
 {
   color: #4AD499;
 }
</style>
background-color css

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

 a { background-color: rgb(74,212,153); }

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

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

 span { border-color: rgb(74,212,153); }

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