#42FFA4

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

Shades of Shamrock #42FFA4

Tints of Shamrock #42FFA4

Color information

#42FFA4 (or 0x42FFA4) is unknown color: approx Shamrock. HEX triplet: 42, FF and A4. RGB value is (66,255,164). Sum of RGB (Red+Green+Blue) = 66+255+164=485 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.61% from 485); Green value is 255 (100% from 255 or 52.58% from 485); Blue value is 164 (64.45% from 255 or 33.81% from 485); Max value from RGB is 255 - color contains mainly: green. Hex color #42FFA4 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FFA4 is #BD005B. Grayscale: #BCBCBC. Windows color (decimal): -12386396 or 10813250. OLE color: 10813250.

HSL color Cylindrical-coordinate representation of color #42FFA4: hue angle of 151.11º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FFA4 is Cyan = 0.74, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.

Color convert

RGB66255164-
CMYK0.7400.360
HSL151.11º100%62.94%-
HSV(B)151.11º74.12%100%-
XYZ44.7175.3647.31-
YUV188.12114.3840.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.61%
GREEN value IS 255 (100% from 255) = 52.58%
BLUE value IS 164 (64.45% from 255) = 33.81%
R=13.61%
G=52.58%
B=33.81%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal662551640.7400.360151.1110062.94
Hex42FFA44A024097643f
Octal102377244112044022714477
Binary10000101111111110100100100101001001000100101111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42FFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,255,164); }

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

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

 a { background-color: rgb(66,255,164); }

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

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

 span { border-color: rgb(66,255,164); }

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