Html Css Color HEX #5AA75F Fruit Salad

📋 copy color: '#5AA75F'

red 90 ◦ green 167 ◦ blue 95

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

Shades of Fruit Salad #5AA75F

Tints of Fruit Salad #5AA75F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 47.44%

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

R = 25.57%
G = 47.44%
B = 26.99%

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

#5AA75F (or 0x5AA75F) is known color: Fruit Salad. HEX triplet: 5A, A7 and 5F. RGB value is (90,167,95). Sum of RGB (Red+Green+Blue) = 90+167+95=352 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.57% from 352); Green value is 167 (65.62% from 255 or 47.44% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 167 - color contains mainly: green. Hex color #5AA75F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA75F is #A558A0. Grayscale: #878787. Windows color (decimal): -10836129 or 6268762. OLE color: 6268762.

HSL color Cylindrical-coordinate representation of color #5AA75F: hue angle of 123.9º 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 #5AA75F is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB 90 167 95 -
CMYK 0.46 0 0.43 0.35
HSL 123.9º 0.3% 0.5% -
HSV(B) 123.9º 0.46% 0.65% -
XYZ 20.1 30.64 15.68 -
YUV 135.77 104.99 95.35 -
System Red Green Blue C M Y K H S L
Decimal 90 167 95 0.46 0 0.43 0.35 123.9 0.3 0.5
Hex 5A A7 5F 2E 0 2B 23 7C 1E 32
Octal 132 247 137 56 0 53 43 174 36 62
Binary 1011010 10100111 1011111 101110 0 101011 100011 1111100 11110 110010

Color Harmonies of #5AA75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA75F

Black with #5AA75F

Text Example


Text Example

White with #5AA75F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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