Html Css Color HEX #5AAB2A Limeade

📋 copy color: '#5AAB2A'

red 90 ◦ green 171 ◦ blue 42

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

Shades of Limeade #5AAB2A

Tints of Limeade #5AAB2A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 56.44%

 BLUE value IS 42 (16.8% from 255) = 13.86%

R = 29.7%
G = 56.44%
B = 13.86%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#5AAB2A (or 0x5AAB2A) is known color: Limeade. HEX triplet: 5A, AB and 2A. RGB value is (90,171,42). Sum of RGB (Red+Green+Blue) = 90+171+42=303 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.70% from 303); Green value is 171 (67.19% from 255 or 56.44% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 171 - color contains mainly: green. Hex color #5AAB2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAB2A is #A554D5. Grayscale: #848484. Windows color (decimal): -10835158 or 2796378. OLE color: 2796378.

HSL color Cylindrical-coordinate representation of color #5AAB2A: hue angle of 97.67º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5AAB2A is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 171 42 -
CMYK 0.47 0 0.75 0.33
HSL 97.67º 0.61% 0.42% -
HSV(B) 97.67º 0.75% 0.67% -
XYZ 19.2 31.47 7.25 -
YUV 132.08 77.16 97.99 -
System Red Green Blue C M Y K H S L
Decimal 90 171 42 0.47 0 0.75 0.33 97.67 0.61 0.42
Hex 5A AB 2A 2F 0 4B 21 62 3D 2A
Octal 132 253 52 57 0 113 41 142 75 52
Binary 1011010 10101011 101010 101111 0 1001011 100001 1100010 111101 101010

Color Harmonies of #5AAB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAB2A

Black with #5AAB2A

Text Example


Text Example

White with #5AAB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,171,42); }

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

background-color css

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

 a { background-color: rgb(90,171,42); }

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

border-color css

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

 span { border-color: rgb(90,171,42); }

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