#4AED96

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

Shades of Shamrock #4AED96

Tints of Shamrock #4AED96

Color information

#4AED96 (or 0x4AED96) is unknown color: approx Shamrock. HEX triplet: 4A, ED and 96. RGB value is (74,237,150). Sum of RGB (Red+Green+Blue) = 74+237+150=461 (61% of max value = 765). Red value is 74 (29.30% from 255 or 16.05% from 461); Green value is 237 (92.97% from 255 or 51.41% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 237 - color contains mainly: green. Hex color #4AED96 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AED96 is #B51269. Grayscale: #B2B2B2. Windows color (decimal): -11866730 or 9891146. OLE color: 9891146.

HSL color Cylindrical-coordinate representation of color #4AED96: hue angle of 147.98º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AED96 is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB74237150-
CMYK0.6900.370.07
HSL147.98º81.91%60.98%-
HSV(B)147.98º68.78%92.94%-
XYZ38.6164.2339.22-
YUV178.3411253.57-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.05%
GREEN value IS 237 (92.97% from 255) = 51.41%
BLUE value IS 150 (58.98% from 255) = 32.54%
R=16.05%
G=51.41%
B=32.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal742371500.6900.370.07147.9881.9160.98
Hex4AED9645025794523d
Octal112355226105045722412275
Binary1001010111011011001011010001010100101111100101001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AED96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,237,150); }

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

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

 a { background-color: rgb(74,237,150); }

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

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

 span { border-color: rgb(74,237,150); }

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