Html Css Color HEX #5AE172 Emerald

📋 copy color: '#5AE172'

red 90 ◦ green 225 ◦ blue 114

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

Shades of Emerald #5AE172

Tints of Emerald #5AE172

RGB

 RED value IS 90 (35.55% from 255) = 20.98%

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

 BLUE value IS 114 (44.92% from 255) = 26.57%

R = 20.98%
G = 52.45%
B = 26.57%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#5AE172 (or 0x5AE172) is known color: Emerald. HEX triplet: 5A, E1 and 72. RGB value is (90,225,114). Sum of RGB (Red+Green+Blue) = 90+225+114=429 (56% of max value = 765). Red value is 90 (35.55% from 255 or 20.98% from 429); Green value is 225 (88.28% from 255 or 52.45% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 225 - color contains mainly: green. Hex color #5AE172 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AE172 is #A51E8D. Grayscale: #ACACAC. Windows color (decimal): -10821262 or 7528794. OLE color: 7528794.

HSL color Cylindrical-coordinate representation of color #5AE172: hue angle of 130.67º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AE172 is Cyan = 0.60, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 90 225 114 -
CMYK 0.60 0 0.49 0.12
HSL 130.67º 0.69% 0.62% -
HSV(B) 130.67º 0.6% 0.88% -
XYZ 34.18 57.24 25.17 -
YUV 171.98 95.27 69.53 -
System Red Green Blue C M Y K H S L
Decimal 90 225 114 0.60 0 0.49 0.12 130.67 0.69 0.62
Hex 5A E1 72 3C 0 31 C 83 45 3E
Octal 132 341 162 74 0 61 14 203 105 76
Binary 1011010 11100001 1110010 111100 0 110001 1100 10000011 1000101 111110

Color Harmonies of #5AE172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AE172

Black with #5AE172

Text Example


Text Example

White with #5AE172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5AE172; }

 p { color: rgb(90,225,114); }

 H1.HeaderClassName
 {
   color: #5AE172;
 }
 .AnyTagClassName
 {
   color: #5AE172;
 }
</style>

background-color css

<style>
 a { background-color: #5AE172; }

 a { background-color: rgb(90,225,114); }

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

border-color css

<style>
 span { border-color: #5AE172; }

 span { border-color: rgb(90,225,114); }

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