Html Css Color HEX #5AA85E Fruit Salad

📋 copy color: '#5AA85E'

red 90 ◦ green 168 ◦ blue 94

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

Shades of Fruit Salad #5AA85E

Tints of Fruit Salad #5AA85E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 47.73%

 BLUE value IS 94 (37.11% from 255) = 26.7%

R = 25.57%
G = 47.73%
B = 26.7%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#5AA85E (or 0x5AA85E) is known color: Fruit Salad. HEX triplet: 5A, A8 and 5E. RGB value is (90,168,94). Sum of RGB (Red+Green+Blue) = 90+168+94=352 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.57% from 352); Green value is 168 (66.02% from 255 or 47.73% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 168 - color contains mainly: green. Hex color #5AA85E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA85E is #A557A1. Grayscale: #888888. Windows color (decimal): -10835874 or 6203482. OLE color: 6203482.

HSL color Cylindrical-coordinate representation of color #5AA85E: hue angle of 123.08º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5AA85E is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB 90 168 94 -
CMYK 0.46 0 0.44 0.34
HSL 123.08º 0.31% 0.51% -
HSV(B) 123.08º 0.46% 0.66% -
XYZ 20.24 30.99 15.5 -
YUV 136.24 104.16 95.02 -
System Red Green Blue C M Y K H S L
Decimal 90 168 94 0.46 0 0.44 0.34 123.08 0.31 0.51
Hex 5A A8 5E 2E 0 2C 22 7B 1F 33
Octal 132 250 136 56 0 54 42 173 37 63
Binary 1011010 10101000 1011110 101110 0 101100 100010 1111011 11111 110011

Color Harmonies of #5AA85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA85E

Black with #5AA85E

Text Example


Text Example

White with #5AA85E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,168,94); }

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

background-color css

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

 a { background-color: rgb(90,168,94); }

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

border-color css

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

 span { border-color: rgb(90,168,94); }

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