#4ADD9F

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

Shades of Shamrock #4ADD9F

Tints of Shamrock #4ADD9F

Color information

#4ADD9F (or 0x4ADD9F) is unknown color: approx Shamrock. HEX triplet: 4A, DD and 9F. RGB value is (74,221,159). Sum of RGB (Red+Green+Blue) = 74+221+159=454 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.30% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 159 (62.5% from 255 or 35.02% from 454); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADD9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADD9F is #B52260. Grayscale: #AAAAAA. Windows color (decimal): -11870817 or 10476874. OLE color: 10476874.

HSL color Cylindrical-coordinate representation of color #4ADD9F: hue angle of 154.69º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ADD9F is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB74221159-
CMYK0.6700.280.13
HSL154.69º68.37%57.84%-
HSV(B)154.69º66.52%86.67%-
XYZ34.9455.6741.71-
YUV169.98121.859.54-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.30%
GREEN value IS 221 (86.72% from 255) = 48.68%
BLUE value IS 159 (62.5% from 255) = 35.02%
R=16.30%
G=48.68%
B=35.02%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal742211590.6700.280.13154.6968.3757.84
Hex4ADD9F4301CD9b443a
Octal1123352371030341523310472
Binary1001010110111011001111110000110111001101100110111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ADD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,221,159); }

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

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

 a { background-color: rgb(74,221,159); }

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

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

 span { border-color: rgb(74,221,159); }

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