Html Css Color HEX #5AA015 Limeade

📋 copy color: '#5AA015'

red 90 ◦ green 160 ◦ blue 21

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

Shades of Limeade #5AA015

Tints of Limeade #5AA015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.75%

R = 33.21%
G = 59.04%
B = 7.75%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#5AA015 (or 0x5AA015) is known color: Limeade. HEX triplet: 5A, A0 and 15. RGB value is (90,160,21). Sum of RGB (Red+Green+Blue) = 90+160+21=271 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.21% from 271); Green value is 160 (62.89% from 255 or 59.04% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 160 - color contains mainly: green. Hex color #5AA015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5AA015 is #A55FEA. Grayscale: #7B7B7B. Windows color (decimal): -10837995 or 1417306. OLE color: 1417306.

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

Color convert

RGB 90 160 21 -
CMYK 0.44 0 0.87 0.37
HSL 90.22º 0.77% 0.35% -
HSV(B) 90.22º 0.87% 0.63% -
XYZ 16.92 27.37 5.1 -
YUV 123.22 70.31 104.3 -
System Red Green Blue C M Y K H S L
Decimal 90 160 21 0.44 0 0.87 0.37 90.22 0.77 0.35
Hex 5A A0 15 2C 0 57 25 5A 4D 23
Octal 132 240 25 54 0 127 45 132 115 43
Binary 1011010 10100000 10101 101100 0 1010111 100101 1011010 1001101 100011

Color Harmonies of #5AA015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA015

Black with #5AA015

Text Example


Text Example

White with #5AA015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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