Html Css Color HEX #2ADD89 Shamrock

📋 copy color: '#2ADD89'

red 42 ◦ green 221 ◦ blue 137

#2ADD89
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock #2ADD89

Tints of Shamrock #2ADD89

RGB

 RED value IS 42 (16.8% from 255) = 10.5%

 GREEN value IS 221 (86.72% from 255) = 55.25%

 BLUE value IS 137 (53.91% from 255) = 34.25%

R = 10.5%
G = 55.25%
B = 34.25%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#2ADD89 (or 0x2ADD89) is known color: Shamrock. HEX triplet: 2A, DD and 89. RGB value is (42,221,137). Sum of RGB (Red+Green+Blue) = 42+221+137=400 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.5% from 400); Green value is 221 (86.72% from 255 or 55.25% from 400); Blue value is 137 (53.91% from 255 or 34.25% from 400); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADD89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ADD89 is #D52276. Grayscale: #9E9E9E. Windows color (decimal): -13967991 or 9035050. OLE color: 9035050.

HSL color Cylindrical-coordinate representation of color #2ADD89: hue angle of 151.84º 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 #2ADD89 is Cyan = 0.81, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 42 221 137 -
CMYK 0.81 0 0.38 0.13
HSL 151.84º 0.72% 0.52% -
HSV(B) 151.84º 0.81% 0.87% -
XYZ 31.33 54.01 32.44 -
YUV 157.9 116.2 45.33 -
System Red Green Blue C M Y K H S L
Decimal 42 221 137 0.81 0 0.38 0.13 151.84 0.72 0.52
Hex 2A DD 89 51 0 26 D 98 48 34
Octal 52 335 211 121 0 46 15 230 110 64
Binary 101010 11011101 10001001 1010001 0 100110 1101 10011000 1001000 110100

Color Harmonies of #2ADD89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADD89

Black with #2ADD89

Text Example


Text Example

White with #2ADD89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2ADD89;
 }
 .AnyTagClassName
 {
   color: #2ADD89;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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