Html Css Color HEX #5AA028 Limeade

📋 copy color: '#5AA028'

red 90 ◦ green 160 ◦ blue 40

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

Shades of Limeade #5AA028

Tints of Limeade #5AA028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.79%

R = 31.03%
G = 55.17%
B = 13.79%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#5AA028 (or 0x5AA028) is known color: Limeade. HEX triplet: 5A, A0 and 28. RGB value is (90,160,40). Sum of RGB (Red+Green+Blue) = 90+160+40=290 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.03% from 290); Green value is 160 (62.89% from 255 or 55.17% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 160 - color contains mainly: green. Hex color #5AA028 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA028 is #A55FD7. Grayscale: #7D7D7D. Windows color (decimal): -10837976 or 2662490. OLE color: 2662490.

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

Color convert

RGB 90 160 40 -
CMYK 0.44 0 0.75 0.37
HSL 95º 0.6% 0.39% -
HSV(B) 95º 0.75% 0.63% -
XYZ 17.17 27.47 6.4 -
YUV 125.39 79.81 102.76 -
System Red Green Blue C M Y K H S L
Decimal 90 160 40 0.44 0 0.75 0.37 95 0.6 0.39
Hex 5A A0 28 2C 0 4B 25 5F 3C 27
Octal 132 240 50 54 0 113 45 137 74 47
Binary 1011010 10100000 101000 101100 0 1001011 100101 1011111 111100 100111

Color Harmonies of #5AA028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA028

Black with #5AA028

Text Example


Text Example

White with #5AA028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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