Html Css Color HEX #5A973C Limeade

📋 copy color: '#5A973C'

red 90 ◦ green 151 ◦ blue 60

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

Shades of Limeade #5A973C

Tints of Limeade #5A973C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 50.17%

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

R = 29.9%
G = 50.17%
B = 19.93%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.60

 K value IS 0.41

RGB Variations

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

Color information

#5A973C (or 0x5A973C) is known color: Limeade. HEX triplet: 5A, 97 and 3C. RGB value is (90,151,60). Sum of RGB (Red+Green+Blue) = 90+151+60=301 (39% of max value = 765). Red value is 90 (35.55% from 255 or 29.90% from 301); Green value is 151 (59.38% from 255 or 50.17% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 151 - color contains mainly: green. Hex color #5A973C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A973C is #A568C3. Grayscale: #7A7A7A. Windows color (decimal): -10840260 or 3970906. OLE color: 3970906.

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

Color convert

RGB 90 151 60 -
CMYK 0.40 0 0.60 0.41
HSL 100.22º 0.43% 0.41% -
HSV(B) 100.22º 0.6% 0.59% -
XYZ 16.1 24.63 8.18 -
YUV 122.39 92.79 104.9 -
System Red Green Blue C M Y K H S L
Decimal 90 151 60 0.40 0 0.60 0.41 100.22 0.43 0.41
Hex 5A 97 3C 28 0 3C 29 64 2B 29
Octal 132 227 74 50 0 74 51 144 53 51
Binary 1011010 10010111 111100 101000 0 111100 101001 1100100 101011 101001

Color Harmonies of #5A973C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A973C

Black with #5A973C

Text Example


Text Example

White with #5A973C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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