Html Css Color HEX #5AAE58 Fruit Salad

📋 copy color: '#5AAE58'

red 90 ◦ green 174 ◦ blue 88

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

Shades of Fruit Salad #5AAE58

Tints of Fruit Salad #5AAE58

RGB

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

 GREEN value IS 174 (68.36% from 255) = 49.43%

 BLUE value IS 88 (34.77% from 255) = 25%

R = 25.57%
G = 49.43%
B = 25%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#5AAE58 (or 0x5AAE58) is known color: Fruit Salad. HEX triplet: 5A, AE and 58. RGB value is (90,174,88). Sum of RGB (Red+Green+Blue) = 90+174+88=352 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.57% from 352); Green value is 174 (68.36% from 255 or 49.43% from 352); Blue value is 88 (34.77% from 255 or 25% from 352); Max value from RGB is 174 - color contains mainly: green. Hex color #5AAE58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAE58 is #A551A7. Grayscale: #8B8B8B. Windows color (decimal): -10834344 or 5811802. OLE color: 5811802.

HSL color Cylindrical-coordinate representation of color #5AAE58: hue angle of 118.6º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AAE58 is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB 90 174 88 -
CMYK 0.48 0 0.49 0.32
HSL 118.6º 0.35% 0.51% -
HSV(B) 118.6º 0.49% 0.68% -
XYZ 21.11 33.15 14.52 -
YUV 139.08 99.17 92.99 -
System Red Green Blue C M Y K H S L
Decimal 90 174 88 0.48 0 0.49 0.32 118.6 0.35 0.51
Hex 5A AE 58 30 0 31 20 77 23 33
Octal 132 256 130 60 0 61 40 167 43 63
Binary 1011010 10101110 1011000 110000 0 110001 100000 1110111 100011 110011

Color Harmonies of #5AAE58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAE58

Black with #5AAE58

Text Example


Text Example

White with #5AAE58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,174,88); }

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

background-color css

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

 a { background-color: rgb(90,174,88); }

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

border-color css

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

 span { border-color: rgb(90,174,88); }

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