Html Css Color HEX #5AA65F Fruit Salad

📋 copy color: '#5AA65F'

red 90 ◦ green 166 ◦ blue 95

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

Shades of Fruit Salad #5AA65F

Tints of Fruit Salad #5AA65F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 47.29%

 BLUE value IS 95 (37.5% from 255) = 27.07%

R = 25.64%
G = 47.29%
B = 27.07%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#5AA65F (or 0x5AA65F) is known color: Fruit Salad. HEX triplet: 5A, A6 and 5F. RGB value is (90,166,95). Sum of RGB (Red+Green+Blue) = 90+166+95=351 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.64% from 351); Green value is 166 (65.23% from 255 or 47.29% from 351); Blue value is 95 (37.5% from 255 or 27.07% from 351); Max value from RGB is 166 - color contains mainly: green. Hex color #5AA65F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA65F is #A559A0. Grayscale: #878787. Windows color (decimal): -10836385 or 6268506. OLE color: 6268506.

HSL color Cylindrical-coordinate representation of color #5AA65F: hue angle of 123.95º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5AA65F is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB 90 166 95 -
CMYK 0.46 0 0.43 0.35
HSL 123.95º 0.3% 0.5% -
HSV(B) 123.95º 0.46% 0.65% -
XYZ 19.92 30.27 15.62 -
YUV 135.18 105.32 95.77 -
System Red Green Blue C M Y K H S L
Decimal 90 166 95 0.46 0 0.43 0.35 123.95 0.3 0.5
Hex 5A A6 5F 2E 0 2B 23 7C 1E 32
Octal 132 246 137 56 0 53 43 174 36 62
Binary 1011010 10100110 1011111 101110 0 101011 100011 1111100 11110 110010

Color Harmonies of #5AA65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA65F

Black with #5AA65F

Text Example


Text Example

White with #5AA65F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,166,95); }

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

background-color css

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

 a { background-color: rgb(90,166,95); }

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

border-color css

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

 span { border-color: rgb(90,166,95); }

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