Html Css Color HEX #5AE274 Emerald

📋 copy color: '#5AE274'

red 90 ◦ green 226 ◦ blue 116

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

Shades of Emerald #5AE274

Tints of Emerald #5AE274

RGB

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

 GREEN value IS 226 (88.67% from 255) = 52.31%

 BLUE value IS 116 (45.7% from 255) = 26.85%

R = 20.83%
G = 52.31%
B = 26.85%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#5AE274 (or 0x5AE274) is known color: Emerald. HEX triplet: 5A, E2 and 74. RGB value is (90,226,116). Sum of RGB (Red+Green+Blue) = 90+226+116=432 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.83% from 432); Green value is 226 (88.67% from 255 or 52.31% from 432); Blue value is 116 (45.70% from 255 or 26.85% from 432); Max value from RGB is 226 - color contains mainly: green. Hex color #5AE274 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AE274 is #A51D8B. Grayscale: #ADADAD. Windows color (decimal): -10821004 or 7660122. OLE color: 7660122.

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

Color convert

RGB 90 226 116 -
CMYK 0.60 0 0.49 0.11
HSL 131.47º 0.7% 0.62% -
HSV(B) 131.47º 0.6% 0.89% -
XYZ 34.57 57.83 25.86 -
YUV 172.8 95.94 68.94 -
System Red Green Blue C M Y K H S L
Decimal 90 226 116 0.60 0 0.49 0.11 131.47 0.7 0.62
Hex 5A E2 74 3C 0 31 B 83 46 3E
Octal 132 342 164 74 0 61 13 203 106 76
Binary 1011010 11100010 1110100 111100 0 110001 1011 10000011 1000110 111110

Color Harmonies of #5AE274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AE274

Black with #5AE274

Text Example


Text Example

White with #5AE274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,226,116); }

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

background-color css

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

 a { background-color: rgb(90,226,116); }

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

border-color css

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

 span { border-color: rgb(90,226,116); }

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