#2AD894

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

Shades of Shamrock #2AD894

Tints of Shamrock #2AD894

Color information

#2AD894 (or 0x2AD894) is unknown color: approx Shamrock. HEX triplet: 2A, D8 and 94. RGB value is (42,216,148). Sum of RGB (Red+Green+Blue) = 42+216+148=406 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.34% from 406); Green value is 216 (84.77% from 255 or 53.20% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 216 - color contains mainly: green. Hex color #2AD894 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD894 is #D5276B. Grayscale: #9C9C9C. Windows color (decimal): -13969260 or 9754666. OLE color: 9754666.

HSL color Cylindrical-coordinate representation of color #2AD894: hue angle of 156.55º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AD894 is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB42216148-
CMYK0.8100.310.15
HSL156.55º69.05%50.59%-
HSV(B)156.55º80.56%84.71%-
XYZ30.8651.7436.38-
YUV156.22123.3546.53-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.34%
GREEN value IS 216 (84.77% from 255) = 53.20%
BLUE value IS 148 (58.20% from 255) = 36.45%
R=10.34%
G=53.20%
B=36.45%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal422161480.8100.310.15156.5569.0550.59
Hex2AD8945101FF9d4533
Octal523302241210371723510563
Binary101010110110001001010010100010111111111100111011000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AD894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2AD894; }

 p { color: rgb(42,216,148); }

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

<style>
 a { background-color: #2AD894; }

 a { background-color: rgb(42,216,148); }

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

<style>
 span { border-color: #2AD894; }

 span { border-color: rgb(42,216,148); }

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