Html Css Color HEX #5A9B5F Fruit Salad

📋 copy color: '#5A9B5F'

red 90 ◦ green 155 ◦ blue 95

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

Shades of Fruit Salad #5A9B5F

Tints of Fruit Salad #5A9B5F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.59%

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

R = 26.47%
G = 45.59%
B = 27.94%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#5A9B5F (or 0x5A9B5F) is known color: Fruit Salad. HEX triplet: 5A, 9B and 5F. RGB value is (90,155,95). Sum of RGB (Red+Green+Blue) = 90+155+95=340 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.47% from 340); Green value is 155 (60.94% from 255 or 45.59% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 155 - color contains mainly: green. Hex color #5A9B5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9B5F is #A564A0. Grayscale: #808080. Windows color (decimal): -10839201 or 6265690. OLE color: 6265690.

HSL color Cylindrical-coordinate representation of color #5A9B5F: hue angle of 124.62º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A9B5F is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB 90 155 95 -
CMYK 0.42 0 0.39 0.39
HSL 124.62º 0.27% 0.48% -
HSV(B) 124.62º 0.42% 0.61% -
XYZ 18 26.44 14.98 -
YUV 128.73 108.97 100.38 -
System Red Green Blue C M Y K H S L
Decimal 90 155 95 0.42 0 0.39 0.39 124.62 0.27 0.48
Hex 5A 9B 5F 2A 0 27 27 7D 1B 30
Octal 132 233 137 52 0 47 47 175 33 60
Binary 1011010 10011011 1011111 101010 0 100111 100111 1111101 11011 110000

Color Harmonies of #5A9B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9B5F

Black with #5A9B5F

Text Example


Text Example

White with #5A9B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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