#4AEB95

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

Shades of Shamrock #4AEB95

Tints of Shamrock #4AEB95

Color information

#4AEB95 (or 0x4AEB95) is unknown color: approx Shamrock. HEX triplet: 4A, EB and 95. RGB value is (74,235,149). Sum of RGB (Red+Green+Blue) = 74+235+149=458 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.16% from 458); Green value is 235 (92.19% from 255 or 51.31% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 235 - color contains mainly: green. Hex color #4AEB95 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AEB95 is #B5146A. Grayscale: #B1B1B1. Windows color (decimal): -11867243 or 9825098. OLE color: 9825098.

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

Color convert

RGB74235149-
CMYK0.6900.370.08
HSL147.95º80.1%60.59%-
HSV(B)147.95º68.51%92.16%-
XYZ37.9663.0438.6-
YUV177.06112.1654.49-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.16%
GREEN value IS 235 (92.19% from 255) = 51.31%
BLUE value IS 149 (58.59% from 255) = 32.53%
R=16.16%
G=51.31%
B=32.53%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal742351490.6900.370.08147.9580.160.59
Hex4AEB9545025894503d
Octal1123532251050451022412075
Binary10010101110101110010101100010101001011000100101001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AEB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,235,149); }

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

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

 a { background-color: rgb(74,235,149); }

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

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

 span { border-color: rgb(74,235,149); }

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