#4AFB9F

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

Shades of Shamrock #4AFB9F

Tints of Shamrock #4AFB9F

Color information

#4AFB9F (or 0x4AFB9F) is unknown color: approx Shamrock. HEX triplet: 4A, FB and 9F. RGB value is (74,251,159). Sum of RGB (Red+Green+Blue) = 74+251+159=484 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.29% from 484); Green value is 251 (98.44% from 255 or 51.86% from 484); Blue value is 159 (62.5% from 255 or 32.85% from 484); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFB9F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFB9F is #B50460. Grayscale: #BBBBBB. Windows color (decimal): -11863137 or 10484554. OLE color: 10484554.

HSL color Cylindrical-coordinate representation of color #4AFB9F: hue angle of 148.81º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFB9F is Cyan = 0.71, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB74251159-
CMYK0.7100.370.02
HSL148.81º95.68%63.73%-
HSV(B)148.81º70.52%98.43%-
XYZ43.5872.9544.59-
YUV187.59111.8646.98-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.29%
GREEN value IS 251 (98.44% from 255) = 51.86%
BLUE value IS 159 (62.5% from 255) = 32.85%
R=15.29%
G=51.86%
B=32.85%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal742511590.7100.370.02148.8195.6863.73
Hex4AFB9F470252956040
Octal1123732371070452225140100
Binary1001010111110111001111110001110100101101001010111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AFB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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