#4AD7A1

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

Shades of Shamrock #4AD7A1

Tints of Shamrock #4AD7A1

Color information

#4AD7A1 (or 0x4AD7A1) is unknown color: approx Shamrock. HEX triplet: 4A, D7 and A1. RGB value is (74,215,161). Sum of RGB (Red+Green+Blue) = 74+215+161=450 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.44% from 450); Green value is 215 (84.38% from 255 or 47.78% from 450); Blue value is 161 (63.28% from 255 or 35.78% from 450); Max value from RGB is 215 - color contains mainly: green. Hex color #4AD7A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD7A1 is #B5285E. Grayscale: #A6A6A6. Windows color (decimal): -11872351 or 10606410. OLE color: 10606410.

HSL color Cylindrical-coordinate representation of color #4AD7A1: hue angle of 157.02º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AD7A1 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB74215161-
CMYK0.6600.250.16
HSL157.02º63.8%56.67%-
HSV(B)157.02º65.58%84.31%-
XYZ33.5652.6342.11-
YUV166.68124.7961.89-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.44%
GREEN value IS 215 (84.38% from 255) = 47.78%
BLUE value IS 161 (63.28% from 255) = 35.78%
R=16.44%
G=47.78%
B=35.78%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal742151610.6600.250.16157.0263.856.67
Hex4AD7A142019109d4039
Octal1123272411020312023510071
Binary10010101101011110100001100001001100110000100111011000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AD7A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,215,161); }

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

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

 a { background-color: rgb(74,215,161); }

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

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

 span { border-color: rgb(74,215,161); }

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