Html Css Color HEX #5CAA1A Limeade

📋 copy color: '#5CAA1A'

red 92 ◦ green 170 ◦ blue 26

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

Shades of Limeade #5CAA1A

Tints of Limeade #5CAA1A

RGB

 RED value IS 92 (36.33% from 255) = 31.94%

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

 BLUE value IS 26 (10.55% from 255) = 9.03%

R = 31.94%
G = 59.03%
B = 9.03%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#5CAA1A (or 0x5CAA1A) is known color: Limeade. HEX triplet: 5C, AA and 1A. RGB value is (92,170,26). Sum of RGB (Red+Green+Blue) = 92+170+26=288 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.94% from 288); Green value is 170 (66.80% from 255 or 59.03% from 288); Blue value is 26 (10.55% from 255 or 9.03% from 288); Max value from RGB is 170 - color contains mainly: green. Hex color #5CAA1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CAA1A is #A355E5. Grayscale: #828282. Windows color (decimal): -10704358 or 1747548. OLE color: 1747548.

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

Color convert

RGB 92 170 26 -
CMYK 0.46 0 0.85 0.33
HSL 92.5º 0.73% 0.38% -
HSV(B) 92.5º 0.85% 0.67% -
XYZ 18.97 31.1 5.98 -
YUV 130.26 69.16 100.71 -
System Red Green Blue C M Y K H S L
Decimal 92 170 26 0.46 0 0.85 0.33 92.5 0.73 0.38
Hex 5C AA 1A 2E 0 55 21 5C 49 26
Octal 134 252 32 56 0 125 41 134 111 46
Binary 1011100 10101010 11010 101110 0 1010101 100001 1011100 1001001 100110

Color Harmonies of #5CAA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CAA1A

Black with #5CAA1A

Text Example


Text Example

White with #5CAA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,170,26); }

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

background-color css

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

 a { background-color: rgb(92,170,26); }

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

border-color css

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

 span { border-color: rgb(92,170,26); }

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