Html Css Color HEX #5AAA25 Limeade

📋 copy color: '#5AAA25'

red 90 ◦ green 170 ◦ blue 37

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

Shades of Limeade #5AAA25

Tints of Limeade #5AAA25

RGB

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

 GREEN value IS 170 (66.8% from 255) = 57.24%

 BLUE value IS 37 (14.84% from 255) = 12.46%

R = 30.3%
G = 57.24%
B = 12.46%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#5AAA25 (or 0x5AAA25) is known color: Limeade. HEX triplet: 5A, AA and 25. RGB value is (90,170,37). Sum of RGB (Red+Green+Blue) = 90+170+37=297 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.30% from 297); Green value is 170 (66.80% from 255 or 57.24% from 297); Blue value is 37 (14.84% from 255 or 12.46% from 297); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAA25 is #A555DA. Grayscale: #838383. Windows color (decimal): -10835419 or 2468442. OLE color: 2468442.

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

Color convert

RGB 90 170 37 -
CMYK 0.47 0 0.78 0.33
HSL 96.09º 0.64% 0.41% -
HSV(B) 96.09º 0.78% 0.67% -
XYZ 18.93 31.06 6.75 -
YUV 130.92 75 98.81 -
System Red Green Blue C M Y K H S L
Decimal 90 170 37 0.47 0 0.78 0.33 96.09 0.64 0.41
Hex 5A AA 25 2F 0 4E 21 60 40 29
Octal 132 252 45 57 0 116 41 140 100 51
Binary 1011010 10101010 100101 101111 0 1001110 100001 1100000 1000000 101001

Color Harmonies of #5AAA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAA25

Black with #5AAA25

Text Example


Text Example

White with #5AAA25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,170,37); }

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

background-color css

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

 a { background-color: rgb(90,170,37); }

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

border-color css

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

 span { border-color: rgb(90,170,37); }

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