#5ADC69

Color #5ADC69 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #5ADC69

Tints of Emerald #5ADC69

Color information

#5ADC69 (or 0x5ADC69) is unknown color: approx Emerald. HEX triplet: 5A, DC and 69. RGB value is (90,220,105). Sum of RGB (Red+Green+Blue) = 90+220+105=415 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.69% from 415); Green value is 220 (86.33% from 255 or 53.01% from 415); Blue value is 105 (41.41% from 255 or 25.30% from 415); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADC69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ADC69 is #A52396. Grayscale: #A8A8A8. Windows color (decimal): -10822551 or 6937690. OLE color: 6937690.

HSL color Cylindrical-coordinate representation of color #5ADC69: hue angle of 126.92º 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 #5ADC69 is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB90220105-
CMYK0.5900.520.14
HSL126.92º65%60.78%-
HSV(B)126.92º59.09%86.27%-
XYZ32.3654.3822.16-
YUV168.0292.4372.35-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.69%
GREEN value IS 220 (86.33% from 255) = 53.01%
BLUE value IS 105 (41.41% from 255) = 25.30%
R=21.69%
G=53.01%
B=25.30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal902201050.5900.520.14126.926560.78
Hex5ADC693B034E7f413d
Octal132334151730641617710175
Binary10110101101110011010011110110110100111011111111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ADC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5ADC69;
 }
 .AnyTagClassName
 {
   color: #5ADC69;
 }
</style>
background-color css

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

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

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

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

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

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