Html Css Color HEX #5A9A5C Fruit Salad

📋 copy color: '#5A9A5C'

red 90 ◦ green 154 ◦ blue 92

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

Shades of Fruit Salad #5A9A5C

Tints of Fruit Salad #5A9A5C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 45.83%

 BLUE value IS 92 (36.33% from 255) = 27.38%

R = 26.79%
G = 45.83%
B = 27.38%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#5A9A5C (or 0x5A9A5C) is known color: Fruit Salad. HEX triplet: 5A, 9A and 5C. RGB value is (90,154,92). Sum of RGB (Red+Green+Blue) = 90+154+92=336 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.79% from 336); Green value is 154 (60.55% from 255 or 45.83% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 154 - color contains mainly: green. Hex color #5A9A5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9A5C is #A565A3. Grayscale: #7F7F7F. Windows color (decimal): -10839460 or 6068826. OLE color: 6068826.

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

Color convert

RGB 90 154 92 -
CMYK 0.42 0 0.40 0.40
HSL 121.88º 0.26% 0.48% -
HSV(B) 121.88º 0.42% 0.6% -
XYZ 17.7 26.06 14.22 -
YUV 127.8 107.8 101.04 -
System Red Green Blue C M Y K H S L
Decimal 90 154 92 0.42 0 0.40 0.40 121.88 0.26 0.48
Hex 5A 9A 5C 2A 0 28 28 7A 1A 30
Octal 132 232 134 52 0 50 50 172 32 60
Binary 1011010 10011010 1011100 101010 0 101000 101000 1111010 11010 110000

Color Harmonies of #5A9A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9A5C

Black with #5A9A5C

Text Example


Text Example

White with #5A9A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,154,92); }

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

background-color css

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

 a { background-color: rgb(90,154,92); }

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

border-color css

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

 span { border-color: rgb(90,154,92); }

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