Html Css Color HEX #5A9C31 Limeade

📋 copy color: '#5A9C31'

red 90 ◦ green 156 ◦ blue 49

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

Shades of Limeade #5A9C31

Tints of Limeade #5A9C31

RGB

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

 GREEN value IS 156 (61.33% from 255) = 52.88%

 BLUE value IS 49 (19.53% from 255) = 16.61%

R = 30.51%
G = 52.88%
B = 16.61%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.69

 K value IS 0.39

RGB Variations

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

Color information

#5A9C31 (or 0x5A9C31) is known color: Limeade. HEX triplet: 5A, 9C and 31. RGB value is (90,156,49). Sum of RGB (Red+Green+Blue) = 90+156+49=295 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.51% from 295); Green value is 156 (61.33% from 255 or 52.88% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 156 - color contains mainly: green. Hex color #5A9C31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A9C31 is #A563CE. Grayscale: #7C7C7C. Windows color (decimal): -10838991 or 3251290. OLE color: 3251290.

HSL color Cylindrical-coordinate representation of color #5A9C31: hue angle of 97.01º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A9C31 is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB 90 156 49 -
CMYK 0.42 0 0.69 0.39
HSL 97.01º 0.52% 0.4% -
HSV(B) 97.01º 0.69% 0.61% -
XYZ 16.66 26.17 7.08 -
YUV 124.07 85.63 103.7 -
System Red Green Blue C M Y K H S L
Decimal 90 156 49 0.42 0 0.69 0.39 97.01 0.52 0.4
Hex 5A 9C 31 2A 0 45 27 61 34 28
Octal 132 234 61 52 0 105 47 141 64 50
Binary 1011010 10011100 110001 101010 0 1000101 100111 1100001 110100 101000

Color Harmonies of #5A9C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9C31

Black with #5A9C31

Text Example


Text Example

White with #5A9C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,156,49); }

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

background-color css

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

 a { background-color: rgb(90,156,49); }

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

border-color css

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

 span { border-color: rgb(90,156,49); }

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