Html Css Color HEX #5A953E Limeade

📋 copy color: '#5A953E'

red 90 ◦ green 149 ◦ blue 62

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

Shades of Limeade #5A953E

Tints of Limeade #5A953E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.5%

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

R = 29.9%
G = 49.5%
B = 20.6%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#5A953E (or 0x5A953E) is known color: Limeade. HEX triplet: 5A, 95 and 3E. RGB value is (90,149,62). Sum of RGB (Red+Green+Blue) = 90+149+62=301 (39% of max value = 765). Red value is 90 (35.55% from 255 or 29.90% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #5A953E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A953E is #A56AC1. Grayscale: #797979. Windows color (decimal): -10840770 or 4101466. OLE color: 4101466.

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

Color convert

RGB 90 149 62 -
CMYK 0.40 0 0.58 0.42
HSL 100.69º 0.41% 0.41% -
HSV(B) 100.69º 0.58% 0.58% -
XYZ 15.83 24.02 8.36 -
YUV 121.44 94.45 105.57 -
System Red Green Blue C M Y K H S L
Decimal 90 149 62 0.40 0 0.58 0.42 100.69 0.41 0.41
Hex 5A 95 3E 28 0 3A 2A 65 29 29
Octal 132 225 76 50 0 72 52 145 51 51
Binary 1011010 10010101 111110 101000 0 111010 101010 1100101 101001 101001

Color Harmonies of #5A953E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A953E

Black with #5A953E

Text Example


Text Example

White with #5A953E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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