#42c4a9

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

Shades of Shamrock #42C4A9

Tints of Shamrock #42C4A9

Color information

#42C4A9 (or 0x42C4A9) is unknown color: approx Shamrock. HEX triplet: 42, C4 and A9. RGB value is (66,196,169). Sum of RGB (Red+Green+Blue) = 66+196+169=431 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.31% from 431); Green value is 196 (76.95% from 255 or 45.48% from 431); Blue value is 169 (66.41% from 255 or 39.21% from 431); Max value from RGB is 196 - color contains mainly: green. Hex color #42C4A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C4A9 is #BD3B56. Grayscale: #9A9A9A. Windows color (decimal): -12401495 or 11125826. OLE color: 11125826.

HSL color Cylindrical-coordinate representation of color #42C4A9: hue angle of 167.54º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C4A9 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB66196169-
CMYK0.6600.140.23
HSL167.54º52.42%51.37%-
HSV(B)167.54º66.33%76.86%-
XYZ29.1543.544.4-
YUV154.05136.4365.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.31%
GREEN value IS 196 (76.95% from 255) = 45.48%
BLUE value IS 169 (66.41% from 255) = 39.21%
R=15.31%
G=45.48%
B=39.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal661961690.6600.140.23167.5452.4251.37
Hex42C4A9420E17a83433
Octal102304251102016272506463
Binary100001011000100101010011000010011101011110101000110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42c4a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,196,169); }

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

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

 a { background-color: rgb(66,196,169); }

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

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

 span { border-color: rgb(66,196,169); }

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