#42E890

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

Shades of Shamrock #42E890

Tints of Shamrock #42E890

Color information

#42E890 (or 0x42E890) is unknown color: approx Shamrock. HEX triplet: 42, E8 and 90. RGB value is (66,232,144). Sum of RGB (Red+Green+Blue) = 66+232+144=442 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.93% from 442); Green value is 232 (91.02% from 255 or 52.49% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 232 - color contains mainly: green. Hex color #42E890 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42E890 is #BD176F. Grayscale: #ACACAC. Windows color (decimal): -12392304 or 9496642. OLE color: 9496642.

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

Color convert

RGB66232144-
CMYK0.7200.380.09
HSL148.19º78.3%58.43%-
HSV(B)148.19º71.55%90.98%-
XYZ36.1460.8936.23-
YUV172.3311252.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.93%
GREEN value IS 232 (91.02% from 255) = 52.49%
BLUE value IS 144 (56.64% from 255) = 32.58%
R=14.93%
G=52.49%
B=32.58%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal662321440.7200.380.09148.1978.358.43
Hex42E890480269944e3a
Octal1023502201100461122411672
Binary10000101110100010010000100100001001101001100101001001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,232,144); }

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

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

 a { background-color: rgb(66,232,144); }

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

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

 span { border-color: rgb(66,232,144); }

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