Html Css Color HEX #5A953C Limeade

📋 copy color: '#5A953C'

red 90 ◦ green 149 ◦ blue 60

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

Shades of Limeade #5A953C

Tints of Limeade #5A953C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.07%

R = 30.1%
G = 49.83%
B = 20.07%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#5A953C (or 0x5A953C) is known color: Limeade. HEX triplet: 5A, 95 and 3C. RGB value is (90,149,60). Sum of RGB (Red+Green+Blue) = 90+149+60=299 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.10% from 299); Green value is 149 (58.59% from 255 or 49.83% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 149 - color contains mainly: green. Hex color #5A953C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A953C is #A56AC3. Grayscale: #797979. Windows color (decimal): -10840772 or 3970394. OLE color: 3970394.

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

Color convert

RGB 90 149 60 -
CMYK 0.40 0 0.60 0.42
HSL 99.78º 0.43% 0.41% -
HSV(B) 99.78º 0.6% 0.58% -
XYZ 15.78 23.99 8.07 -
YUV 121.21 93.45 105.74 -
System Red Green Blue C M Y K H S L
Decimal 90 149 60 0.40 0 0.60 0.42 99.78 0.43 0.41
Hex 5A 95 3C 28 0 3C 2A 64 2B 29
Octal 132 225 74 50 0 74 52 144 53 51
Binary 1011010 10010101 111100 101000 0 111100 101010 1100100 101011 101001

Color Harmonies of #5A953C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A953C

Black with #5A953C

Text Example


Text Example

White with #5A953C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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