Html Css Color HEX #5ADC14 Kelly Green

📋 copy color: '#5ADC14'

red 90 ◦ green 220 ◦ blue 20

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

Shades of Kelly Green #5ADC14

Tints of Kelly Green #5ADC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.06%

R = 27.27%
G = 66.67%
B = 6.06%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#5ADC14 (or 0x5ADC14) is known color: Kelly Green. HEX triplet: 5A, DC and 14. RGB value is (90,220,20). Sum of RGB (Red+Green+Blue) = 90+220+20=330 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.27% from 330); Green value is 220 (86.33% from 255 or 66.67% from 330); Blue value is 20 (8.20% from 255 or 6.06% from 330); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADC14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ADC14 is #A523EB. Grayscale: #9E9E9E. Windows color (decimal): -10822636 or 1367130. OLE color: 1367130.

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

Color convert

RGB 90 220 20 -
CMYK 0.59 0 0.91 0.14
HSL 99º 0.83% 0.47% -
HSV(B) 99º 0.91% 0.86% -
XYZ 29.94 53.41 9.39 -
YUV 158.33 49.93 79.26 -
System Red Green Blue C M Y K H S L
Decimal 90 220 20 0.59 0 0.91 0.14 99 0.83 0.47
Hex 5A DC 14 3B 0 5B E 63 53 2F
Octal 132 334 24 73 0 133 16 143 123 57
Binary 1011010 11011100 10100 111011 0 1011011 1110 1100011 1010011 101111

Color Harmonies of #5ADC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADC14

Black with #5ADC14

Text Example


Text Example

White with #5ADC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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