Html Css Color HEX #5AA014 Limeade

📋 copy color: '#5AA014'

red 90 ◦ green 160 ◦ blue 20

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

Shades of Limeade #5AA014

Tints of Limeade #5AA014

RGB

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

 GREEN value IS 160 (62.89% from 255) = 59.26%

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

R = 33.33%
G = 59.26%
B = 7.41%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#5AA014 (or 0x5AA014) is known color: Limeade. HEX triplet: 5A, A0 and 14. RGB value is (90,160,20). Sum of RGB (Red+Green+Blue) = 90+160+20=270 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.33% from 270); Green value is 160 (62.89% from 255 or 59.26% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 160 - color contains mainly: green. Hex color #5AA014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5AA014 is #A55FEB. Grayscale: #7B7B7B. Windows color (decimal): -10837996 or 1351770. OLE color: 1351770.

HSL color Cylindrical-coordinate representation of color #5AA014: hue angle of 90º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5AA014 is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 90 160 20 -
CMYK 0.44 0 0.88 0.37
HSL 90º 0.78% 0.35% -
HSV(B) 90º 0.88% 0.63% -
XYZ 16.91 27.37 5.05 -
YUV 123.11 69.81 104.38 -
System Red Green Blue C M Y K H S L
Decimal 90 160 20 0.44 0 0.88 0.37 90 0.78 0.35
Hex 5A A0 14 2C 0 58 25 5A 4E 23
Octal 132 240 24 54 0 130 45 132 116 43
Binary 1011010 10100000 10100 101100 0 1011000 100101 1011010 1001110 100011

Color Harmonies of #5AA014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA014

Black with #5AA014

Text Example


Text Example

White with #5AA014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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