#42F0AC

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

Shades of Shamrock #42F0AC

Tints of Shamrock #42F0AC

Color information

#42F0AC (or 0x42F0AC) is unknown color: approx Shamrock. HEX triplet: 42, F0 and AC. RGB value is (66,240,172). Sum of RGB (Red+Green+Blue) = 66+240+172=478 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.81% from 478); Green value is 240 (94.14% from 255 or 50.21% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 240 - color contains mainly: green. Hex color #42F0AC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F0AC is #BD0F53. Grayscale: #B4B4B4. Windows color (decimal): -12390228 or 11333698. OLE color: 11333698.

HSL color Cylindrical-coordinate representation of color #42F0AC: hue angle of 156.55º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F0AC is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB66240172-
CMYK0.7200.280.06
HSL156.55º85.29%60%-
HSV(B)156.55º72.5%94.12%-
XYZ40.8566.4649.7-
YUV180.22123.3546.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.81%
GREEN value IS 240 (94.14% from 255) = 50.21%
BLUE value IS 172 (67.58% from 255) = 35.98%
R=13.81%
G=50.21%
B=35.98%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal662401720.7200.280.06156.5585.2960
Hex42F0AC4801C69d553c
Octal102360254110034623512574
Binary100001011110000101011001001000011100110100111011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,240,172); }

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

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

 a { background-color: rgb(66,240,172); }

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

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

 span { border-color: rgb(66,240,172); }

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