Html Css Color HEX #5AAA1B Limeade

📋 copy color: '#5AAA1B'

red 90 ◦ green 170 ◦ blue 27

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

Shades of Limeade #5AAA1B

Tints of Limeade #5AAA1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.41%

R = 31.36%
G = 59.23%
B = 9.41%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#5AAA1B (or 0x5AAA1B) is known color: Limeade. HEX triplet: 5A, AA and 1B. RGB value is (90,170,27). Sum of RGB (Red+Green+Blue) = 90+170+27=287 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.36% from 287); Green value is 170 (66.80% from 255 or 59.23% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAA1B is #A555E4. Grayscale: #828282. Windows color (decimal): -10835429 or 1813082. OLE color: 1813082.

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

Color convert

RGB 90 170 27 -
CMYK 0.47 0 0.84 0.33
HSL 93.57º 0.73% 0.39% -
HSV(B) 93.57º 0.84% 0.67% -
XYZ 18.79 31 6.03 -
YUV 129.78 70 99.63 -
System Red Green Blue C M Y K H S L
Decimal 90 170 27 0.47 0 0.84 0.33 93.57 0.73 0.39
Hex 5A AA 1B 2F 0 54 21 5E 49 27
Octal 132 252 33 57 0 124 41 136 111 47
Binary 1011010 10101010 11011 101111 0 1010100 100001 1011110 1001001 100111

Color Harmonies of #5AAA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAA1B

Black with #5AAA1B

Text Example


Text Example

White with #5AAA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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