Html Css Color HEX #5A963E Limeade

📋 copy color: '#5A963E'

red 90 ◦ green 150 ◦ blue 62

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

Shades of Limeade #5A963E

Tints of Limeade #5A963E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 49.67%

 BLUE value IS 62 (24.61% from 255) = 20.53%

R = 29.8%
G = 49.67%
B = 20.53%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.59

 K value IS 0.41

RGB Variations

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

Color information

#5A963E (or 0x5A963E) is known color: Limeade. HEX triplet: 5A, 96 and 3E. RGB value is (90,150,62). Sum of RGB (Red+Green+Blue) = 90+150+62=302 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.80% from 302); Green value is 150 (58.98% from 255 or 49.67% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 150 - color contains mainly: green. Hex color #5A963E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A963E is #A569C1. Grayscale: #7A7A7A. Windows color (decimal): -10840514 or 4101722. OLE color: 4101722.

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

Color convert

RGB 90 150 62 -
CMYK 0.4 0 0.59 0.41
HSL 100.91º 0.42% 0.42% -
HSV(B) 100.91º 0.59% 0.59% -
XYZ 15.99 24.33 8.41 -
YUV 122.03 94.12 105.16 -
System Red Green Blue C M Y K H S L
Decimal 90 150 62 0.4 0 0.59 0.41 100.91 0.42 0.42
Hex 5A 96 3E 28 0 3B 29 65 2A 2A
Octal 132 226 76 50 0 73 51 145 52 52
Binary 1011010 10010110 111110 101000 0 111011 101001 1100101 101010 101010

Color Harmonies of #5A963E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A963E

Black with #5A963E

Text Example


Text Example

White with #5A963E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,150,62); }

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

background-color css

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

 a { background-color: rgb(90,150,62); }

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

border-color css

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

 span { border-color: rgb(90,150,62); }

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