Html Css Color HEX #2AE173 Emerald

📋 copy color: '#2AE173'

red 42 ◦ green 225 ◦ blue 115

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

Shades of Emerald #2AE173

Tints of Emerald #2AE173

RGB

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

 GREEN value IS 225 (88.28% from 255) = 58.9%

 BLUE value IS 115 (45.31% from 255) = 30.1%

R = 10.99%
G = 58.9%
B = 30.1%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#2AE173 (or 0x2AE173) is known color: Emerald. HEX triplet: 2A, E1 and 73. RGB value is (42,225,115). Sum of RGB (Red+Green+Blue) = 42+225+115=382 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.99% from 382); Green value is 225 (88.28% from 255 or 58.90% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 225 - color contains mainly: green. Hex color #2AE173 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AE173 is #D51E8C. Grayscale: #9E9E9E. Windows color (decimal): -13966989 or 7594282. OLE color: 7594282.

HSL color Cylindrical-coordinate representation of color #2AE173: hue angle of 143.93º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AE173 is Cyan = 0.81, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 42 225 115 -
CMYK 0.81 0 0.49 0.12
HSL 143.93º 0.75% 0.52% -
HSV(B) 143.93º 0.81% 0.88% -
XYZ 30.97 55.58 25.32 -
YUV 157.74 103.87 45.44 -
System Red Green Blue C M Y K H S L
Decimal 42 225 115 0.81 0 0.49 0.12 143.93 0.75 0.52
Hex 2A E1 73 51 0 31 C 90 4B 34
Octal 52 341 163 121 0 61 14 220 113 64
Binary 101010 11100001 1110011 1010001 0 110001 1100 10010000 1001011 110100

Color Harmonies of #2AE173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE173

Black with #2AE173

Text Example


Text Example

White with #2AE173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,225,115); }

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

background-color css

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

 a { background-color: rgb(42,225,115); }

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

border-color css

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

 span { border-color: rgb(42,225,115); }

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