Html Css Color HEX #5AA133 Limeade

📋 copy color: '#5AA133'

red 90 ◦ green 161 ◦ blue 51

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

Shades of Limeade #5AA133

Tints of Limeade #5AA133

RGB

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

 GREEN value IS 161 (63.28% from 255) = 53.31%

 BLUE value IS 51 (20.31% from 255) = 16.89%

R = 29.8%
G = 53.31%
B = 16.89%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#5AA133 (or 0x5AA133) is known color: Limeade. HEX triplet: 5A, A1 and 33. RGB value is (90,161,51). Sum of RGB (Red+Green+Blue) = 90+161+51=302 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.80% from 302); Green value is 161 (63.28% from 255 or 53.31% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 161 - color contains mainly: green. Hex color #5AA133 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA133 is #A55ECC. Grayscale: #7F7F7F. Windows color (decimal): -10837709 or 3383642. OLE color: 3383642.

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

Color convert

RGB 90 161 51 -
CMYK 0.44 0 0.68 0.37
HSL 98.73º 0.52% 0.42% -
HSV(B) 98.73º 0.68% 0.63% -
XYZ 17.56 27.9 7.59 -
YUV 127.23 84.98 101.44 -
System Red Green Blue C M Y K H S L
Decimal 90 161 51 0.44 0 0.68 0.37 98.73 0.52 0.42
Hex 5A A1 33 2C 0 44 25 63 34 2A
Octal 132 241 63 54 0 104 45 143 64 52
Binary 1011010 10100001 110011 101100 0 1000100 100101 1100011 110100 101010

Color Harmonies of #5AA133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA133

Black with #5AA133

Text Example


Text Example

White with #5AA133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,161,51); }

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

background-color css

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

 a { background-color: rgb(90,161,51); }

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

border-color css

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

 span { border-color: rgb(90,161,51); }

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