#42FCA6

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

Shades of Shamrock #42FCA6

Tints of Shamrock #42FCA6

Color information

#42FCA6 (or 0x42FCA6) is unknown color: approx Shamrock. HEX triplet: 42, FC and A6. RGB value is (66,252,166). Sum of RGB (Red+Green+Blue) = 66+252+166=484 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.64% from 484); Green value is 252 (98.83% from 255 or 52.07% from 484); Blue value is 166 (65.23% from 255 or 34.30% from 484); Max value from RGB is 252 - color contains mainly: green. Hex color #42FCA6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FCA6 is #BD0359. Grayscale: #BABABA. Windows color (decimal): -12387162 or 10943554. OLE color: 10943554.

HSL color Cylindrical-coordinate representation of color #42FCA6: hue angle of 152.26º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FCA6 is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB66252166-
CMYK0.7400.340.01
HSL152.26º96.88%62.35%-
HSV(B)152.26º73.81%98.82%-
XYZ43.9473.5347.95-
YUV186.58116.3841.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.64%
GREEN value IS 252 (98.83% from 255) = 52.07%
BLUE value IS 166 (65.23% from 255) = 34.30%
R=13.64%
G=52.07%
B=34.30%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal662521660.7400.340.01152.2696.8862.35
Hex42FCA64A022198613e
Octal102374246112042123014176
Binary10000101111110010100110100101001000101100110001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42FCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,252,166); }

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

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

 a { background-color: rgb(66,252,166); }

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

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

 span { border-color: rgb(66,252,166); }

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