#5ADC10

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

Shades of Kelly Green #5ADC10

Tints of Kelly Green #5ADC10

Color information

#5ADC10 (or 0x5ADC10) is unknown color: approx Kelly Green. HEX triplet: 5A, DC and 10. RGB value is (90,220,16). Sum of RGB (Red+Green+Blue) = 90+220+16=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 220 (86.33% from 255 or 67.48% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADC10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ADC10 is #A523EF. Grayscale: #9E9E9E. Windows color (decimal): -10822640 or 1104986. OLE color: 1104986.

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

Color convert

RGB9022016-
CMYK0.5900.930.14
HSL98.24º86.44%46.27%-
HSV(B)98.24º92.73%86.27%-
XYZ29.953.49.22-
YUV157.8747.9379.59-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.61%
GREEN value IS 220 (86.33% from 255) = 67.48%
BLUE value IS 16 (6.64% from 255) = 4.91%
R=27.61%
G=67.48%
B=4.91%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal90220160.5900.930.1498.2486.4446.27
Hex5ADC103B05DE62562e
Octal132334207301351614212656
Binary1011010110111001000011101101011101111011000101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ADC10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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