#42F9AA

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

Shades of Shamrock #42F9AA

Tints of Shamrock #42F9AA

Color information

#42F9AA (or 0x42F9AA) is unknown color: approx Shamrock. HEX triplet: 42, F9 and AA. RGB value is (66,249,170). Sum of RGB (Red+Green+Blue) = 66+249+170=485 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.61% from 485); Green value is 249 (97.66% from 255 or 51.34% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 249 - color contains mainly: green. Hex color #42F9AA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F9AA is #BD0655. Grayscale: #B9B9B9. Windows color (decimal): -12387926 or 11204930. OLE color: 11204930.

HSL color Cylindrical-coordinate representation of color #42F9AA: hue angle of 154.1º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F9AA is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB66249170-
CMYK0.7300.320.02
HSL154.1º93.85%61.76%-
HSV(B)154.1º73.49%97.65%-
XYZ43.3871.8149.61-
YUV185.28119.3742.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.61%
GREEN value IS 249 (97.66% from 255) = 51.34%
BLUE value IS 170 (66.80% from 255) = 35.05%
R=13.61%
G=51.34%
B=35.05%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal662491700.7300.320.02154.193.8561.76
Hex42F9AA4902029a5e3e
Octal102371252111040223213676
Binary100001011111001101010101001001010000010100110101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,249,170); }

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

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

 a { background-color: rgb(66,249,170); }

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

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

 span { border-color: rgb(66,249,170); }

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