#42D9A5

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

Shades of Shamrock #42D9A5

Tints of Shamrock #42D9A5

Color information

#42D9A5 (or 0x42D9A5) is unknown color: approx Shamrock. HEX triplet: 42, D9 and A5. RGB value is (66,217,165). Sum of RGB (Red+Green+Blue) = 66+217+165=448 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.73% from 448); Green value is 217 (85.16% from 255 or 48.44% from 448); Blue value is 165 (64.84% from 255 or 36.83% from 448); Max value from RGB is 217 - color contains mainly: green. Hex color #42D9A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D9A5 is #BD265A. Grayscale: #A5A5A5. Windows color (decimal): -12396123 or 10869058. OLE color: 10869058.

HSL color Cylindrical-coordinate representation of color #42D9A5: hue angle of 159.34º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42D9A5 is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB66217165-
CMYK0.7000.240.15
HSL159.34º66.52%55.49%-
HSV(B)159.34º69.59%85.1%-
XYZ33.8553.544.14-
YUV165.92127.4756.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.73%
GREEN value IS 217 (85.16% from 255) = 48.44%
BLUE value IS 165 (64.84% from 255) = 36.83%
R=14.73%
G=48.44%
B=36.83%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal662171650.7000.240.15159.3466.5255.49
Hex42D9A546018F9f4337
Octal1023312451060301723710367
Binary1000010110110011010010110001100110001111100111111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,217,165); }

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

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

 a { background-color: rgb(66,217,165); }

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

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

 span { border-color: rgb(66,217,165); }

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