#42F2AD

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

Shades of Shamrock #42F2AD

Tints of Shamrock #42F2AD

Color information

#42F2AD (or 0x42F2AD) is unknown color: approx Shamrock. HEX triplet: 42, F2 and AD. RGB value is (66,242,173). Sum of RGB (Red+Green+Blue) = 66+242+173=481 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.72% from 481); Green value is 242 (94.92% from 255 or 50.31% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 242 - color contains mainly: green. Hex color #42F2AD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F2AD is #BD0D52. Grayscale: #B5B5B5. Windows color (decimal): -12389715 or 11399746. OLE color: 11399746.

HSL color Cylindrical-coordinate representation of color #42F2AD: hue angle of 156.48º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F2AD is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB66242173-
CMYK0.7300.290.05
HSL156.48º87.13%60.39%-
HSV(B)156.48º72.73%94.9%-
XYZ41.5467.6850.41-
YUV181.51123.1945.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.72%
GREEN value IS 242 (94.92% from 255) = 50.31%
BLUE value IS 173 (67.97% from 255) = 35.97%
R=13.72%
G=50.31%
B=35.97%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal662421730.7300.290.05156.4887.1360.39
Hex42F2AD4901D59c573c
Octal102362255111035523412774
Binary100001011110010101011011001001011101101100111001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,242,173); }

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

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

 a { background-color: rgb(66,242,173); }

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

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

 span { border-color: rgb(66,242,173); }

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