#2ADD72

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

Shades of Emerald #2ADD72

Tints of Emerald #2ADD72

Color information

#2ADD72 (or 0x2ADD72) is unknown color: approx Emerald. HEX triplet: 2A, DD and 72. RGB value is (42,221,114). Sum of RGB (Red+Green+Blue) = 42+221+114=377 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.14% from 377); Green value is 221 (86.72% from 255 or 58.62% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADD72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADD72 is #D5228D. Grayscale: #9B9B9B. Windows color (decimal): -13968014 or 7527722. OLE color: 7527722.

HSL color Cylindrical-coordinate representation of color #2ADD72: hue angle of 144.13º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADD72 is Cyan = 0.81, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB42221114-
CMYK0.8100.480.13
HSL144.13º72.47%51.57%-
HSV(B)144.13º81%86.67%-
XYZ29.8553.4224.66-
YUV155.28104.747.2-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.14%
GREEN value IS 221 (86.72% from 255) = 58.62%
BLUE value IS 114 (44.92% from 255) = 30.24%
R=11.14%
G=58.62%
B=30.24%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal422211140.8100.480.13144.1372.4751.57
Hex2ADD7251030D904834
Octal523351621210601522011064
Binary101010110111011110010101000101100001101100100001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ADD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,221,114); }

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

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

 a { background-color: rgb(42,221,114); }

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

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

 span { border-color: rgb(42,221,114); }

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