#42E9AE

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

Shades of Shamrock #42E9AE

Tints of Shamrock #42E9AE

Color information

#42E9AE (or 0x42E9AE) is unknown color: approx Shamrock. HEX triplet: 42, E9 and AE. RGB value is (66,233,174). Sum of RGB (Red+Green+Blue) = 66+233+174=473 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.95% from 473); Green value is 233 (91.41% from 255 or 49.26% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 233 - color contains mainly: green. Hex color #42E9AE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42E9AE is #BD1651. Grayscale: #B0B0B0. Windows color (decimal): -12392018 or 11462978. OLE color: 11462978.

HSL color Cylindrical-coordinate representation of color #42E9AE: hue angle of 158.8º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42E9AE is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB66233174-
CMYK0.7200.250.09
HSL158.8º79.15%58.63%-
HSV(B)158.8º71.67%91.37%-
XYZ39.0362.4950.05-
YUV176.34126.6749.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.95%
GREEN value IS 233 (91.41% from 255) = 49.26%
BLUE value IS 174 (68.36% from 255) = 36.79%
R=13.95%
G=49.26%
B=36.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal662331740.7200.250.09158.879.1558.63
Hex42E9AE4801999f4f3b
Octal1023512561100311123711773
Binary1000010111010011010111010010000110011001100111111001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42E9AE; }

 p { color: rgb(66,233,174); }

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

<style>
 a { background-color: #42E9AE; }

 a { background-color: rgb(66,233,174); }

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

<style>
 span { border-color: #42E9AE; }

 span { border-color: rgb(66,233,174); }

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