#42CA9D

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

Shades of Shamrock #42CA9D

Tints of Shamrock #42CA9D

Color information

#42CA9D (or 0x42CA9D) is unknown color: approx Shamrock. HEX triplet: 42, CA and 9D. RGB value is (66,202,157). Sum of RGB (Red+Green+Blue) = 66+202+157=425 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.53% from 425); Green value is 202 (79.30% from 255 or 47.53% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 202 - color contains mainly: green. Hex color #42CA9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42CA9D is #BD3562. Grayscale: #9C9C9C. Windows color (decimal): -12399971 or 10340930. OLE color: 10340930.

HSL color Cylindrical-coordinate representation of color #42CA9D: hue angle of 160.15º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42CA9D is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB66202157-
CMYK0.6700.220.21
HSL160.15º56.2%52.55%-
HSV(B)160.15º67.33%79.22%-
XYZ29.4545.8339.19-
YUV156.21128.4463.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.53%
GREEN value IS 202 (79.30% from 255) = 47.53%
BLUE value IS 157 (61.72% from 255) = 36.94%
R=15.53%
G=47.53%
B=36.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal662021570.6700.220.21160.1556.252.55
Hex42CA9D4301615a03835
Octal102312235103026252407065
Binary1000010110010101001110110000110101101010110100000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42CA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,202,157); }

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

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

 a { background-color: rgb(66,202,157); }

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

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

 span { border-color: rgb(66,202,157); }

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