#2AD2A1

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

Shades of Shamrock #2AD2A1

Tints of Shamrock #2AD2A1

Color information

#2AD2A1 (or 0x2AD2A1) is unknown color: approx Shamrock. HEX triplet: 2A, D2 and A1. RGB value is (42,210,161). Sum of RGB (Red+Green+Blue) = 42+210+161=413 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.17% from 413); Green value is 210 (82.42% from 255 or 50.85% from 413); Blue value is 161 (63.28% from 255 or 38.98% from 413); Max value from RGB is 210 - color contains mainly: green. Hex color #2AD2A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD2A1 is #D52D5E. Grayscale: #9A9A9A. Windows color (decimal): -13970783 or 10605098. OLE color: 10605098.

HSL color Cylindrical-coordinate representation of color #2AD2A1: hue angle of 162.5º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD2A1 is Cyan = 0.8, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB42210161-
CMYK0.800.230.18
HSL162.5º66.67%49.41%-
HSV(B)162.5º80%82.35%-
XYZ30.4349.1641.6-
YUV154.18131.8447.98-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.17%
GREEN value IS 210 (82.42% from 255) = 50.85%
BLUE value IS 161 (63.28% from 255) = 38.98%
R=10.17%
G=50.85%
B=38.98%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal422101610.800.230.18162.566.6749.41
Hex2AD2A15001712a24331
Octal523222411200272224210361
Binary1010101101001010100001101000001011110010101000101000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AD2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,210,161); }

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

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

 a { background-color: rgb(42,210,161); }

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

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

 span { border-color: rgb(42,210,161); }

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