Html Css Color HEX #5AA316 Limeade

📋 copy color: '#5AA316'

red 90 ◦ green 163 ◦ blue 22

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

Shades of Limeade #5AA316

Tints of Limeade #5AA316

RGB

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

 GREEN value IS 163 (64.06% from 255) = 59.27%

 BLUE value IS 22 (8.98% from 255) = 8%

R = 32.73%
G = 59.27%
B = 8%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#5AA316 (or 0x5AA316) is known color: Limeade. HEX triplet: 5A, A3 and 16. RGB value is (90,163,22). Sum of RGB (Red+Green+Blue) = 90+163+22=275 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.73% from 275); Green value is 163 (64.06% from 255 or 59.27% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 163 - color contains mainly: green. Hex color #5AA316 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5AA316 is #A55CE9. Grayscale: #7D7D7D. Windows color (decimal): -10837226 or 1483610. OLE color: 1483610.

HSL color Cylindrical-coordinate representation of color #5AA316: hue angle of 91.06º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5AA316 is Cyan = 0.45, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 90 163 22 -
CMYK 0.45 0 0.87 0.36
HSL 91.06º 0.76% 0.36% -
HSV(B) 91.06º 0.87% 0.64% -
XYZ 17.46 28.43 5.33 -
YUV 125.1 69.82 102.96 -
System Red Green Blue C M Y K H S L
Decimal 90 163 22 0.45 0 0.87 0.36 91.06 0.76 0.36
Hex 5A A3 16 2D 0 57 24 5B 4C 24
Octal 132 243 26 55 0 127 44 133 114 44
Binary 1011010 10100011 10110 101101 0 1010111 100100 1011011 1001100 100100

Color Harmonies of #5AA316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA316

Black with #5AA316

Text Example


Text Example

White with #5AA316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,163,22); }

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

background-color css

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

 a { background-color: rgb(90,163,22); }

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

border-color css

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

 span { border-color: rgb(90,163,22); }

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