Html Css Color HEX #5ADC6A Emerald

📋 copy color: '#5ADC6A'

red 90 ◦ green 220 ◦ blue 106

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

Shades of Emerald #5ADC6A

Tints of Emerald #5ADC6A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 52.88%

 BLUE value IS 106 (41.8% from 255) = 25.48%

R = 21.63%
G = 52.88%
B = 25.48%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#5ADC6A (or 0x5ADC6A) is known color: Emerald. HEX triplet: 5A, DC and 6A. RGB value is (90,220,106). Sum of RGB (Red+Green+Blue) = 90+220+106=416 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.63% from 416); Green value is 220 (86.33% from 255 or 52.88% from 416); Blue value is 106 (41.80% from 255 or 25.48% from 416); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADC6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ADC6A is #A52395. Grayscale: #A8A8A8. Windows color (decimal): -10822550 or 7003226. OLE color: 7003226.

HSL color Cylindrical-coordinate representation of color #5ADC6A: hue angle of 127.38º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADC6A is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 90 220 106 -
CMYK 0.59 0 0.52 0.14
HSL 127.38º 0.65% 0.61% -
HSV(B) 127.38º 0.59% 0.86% -
XYZ 32.41 54.4 22.43 -
YUV 168.13 92.93 72.27 -
System Red Green Blue C M Y K H S L
Decimal 90 220 106 0.59 0 0.52 0.14 127.38 0.65 0.61
Hex 5A DC 6A 3B 0 34 E 7F 41 3D
Octal 132 334 152 73 0 64 16 177 101 75
Binary 1011010 11011100 1101010 111011 0 110100 1110 1111111 1000001 111101

Color Harmonies of #5ADC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADC6A

Black with #5ADC6A

Text Example


Text Example

White with #5ADC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,220,106); }

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

background-color css

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

 a { background-color: rgb(90,220,106); }

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

border-color css

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

 span { border-color: rgb(90,220,106); }

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