#42C29F

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

Shades of Shamrock #42C29F

Tints of Shamrock #42C29F

Color information

#42C29F (or 0x42C29F) is unknown color: approx Shamrock. HEX triplet: 42, C2 and 9F. RGB value is (66,194,159). Sum of RGB (Red+Green+Blue) = 66+194+159=419 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.75% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 194 - color contains mainly: green. Hex color #42C29F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C29F is #BD3D60. Grayscale: #979797. Windows color (decimal): -12402017 or 10469954. OLE color: 10469954.

HSL color Cylindrical-coordinate representation of color #42C29F: hue angle of 163.59º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C29F is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB66194159-
CMYK0.6600.180.24
HSL163.59º51.2%50.98%-
HSV(B)163.59º65.98%76.08%-
XYZ27.842.2539.49-
YUV151.74132.0966.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.75%
GREEN value IS 194 (76.17% from 255) = 46.30%
BLUE value IS 159 (62.5% from 255) = 37.95%
R=15.75%
G=46.30%
B=37.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal661941590.6600.180.24163.5951.250.98
Hex42C29F4201218a43333
Octal102302237102022302446363
Binary1000010110000101001111110000100100101100010100100110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,194,159); }

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

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

 a { background-color: rgb(66,194,159); }

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

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

 span { border-color: rgb(66,194,159); }

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