#4AFAA1

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

Shades of Shamrock #4AFAA1

Tints of Shamrock #4AFAA1

Color information

#4AFAA1 (or 0x4AFAA1) is unknown color: approx Shamrock. HEX triplet: 4A, FA and A1. RGB value is (74,250,161). Sum of RGB (Red+Green+Blue) = 74+250+161=485 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.26% from 485); Green value is 250 (98.05% from 255 or 51.55% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 250 - color contains mainly: green. Hex color #4AFAA1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFAA1 is #B5055E. Grayscale: #BBBBBB. Windows color (decimal): -11863391 or 10615370. OLE color: 10615370.

HSL color Cylindrical-coordinate representation of color #4AFAA1: hue angle of 149.66º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AFAA1 is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB74250161-
CMYK0.7000.360.02
HSL149.66º94.62%63.53%-
HSV(B)149.66º70.4%98.04%-
XYZ43.4472.445.4-
YUV187.23113.1947.24-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.26%
GREEN value IS 250 (98.05% from 255) = 51.55%
BLUE value IS 161 (63.28% from 255) = 33.20%
R=15.26%
G=51.55%
B=33.20%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal742501610.7000.360.02149.6694.6263.53
Hex4AFAA1460242965f40
Octal1123722411060442226137100
Binary1001010111110101010000110001100100100101001011010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AFAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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