Html Css Color HEX #5A9C5D Fruit Salad

📋 copy color: '#5A9C5D'

red 90 ◦ green 156 ◦ blue 93

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

Shades of Fruit Salad #5A9C5D

Tints of Fruit Salad #5A9C5D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 46.02%

 BLUE value IS 93 (36.72% from 255) = 27.43%

R = 26.55%
G = 46.02%
B = 27.43%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#5A9C5D (or 0x5A9C5D) is known color: Fruit Salad. HEX triplet: 5A, 9C and 5D. RGB value is (90,156,93). Sum of RGB (Red+Green+Blue) = 90+156+93=339 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.55% from 339); Green value is 156 (61.33% from 255 or 46.02% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 156 - color contains mainly: green. Hex color #5A9C5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9C5D is #A563A2. Grayscale: #818181. Windows color (decimal): -10838947 or 6134874. OLE color: 6134874.

HSL color Cylindrical-coordinate representation of color #5A9C5D: hue angle of 122.73º 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 #5A9C5D is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB 90 156 93 -
CMYK 0.42 0 0.40 0.39
HSL 122.73º 0.27% 0.48% -
HSV(B) 122.73º 0.42% 0.61% -
XYZ 18.08 26.74 14.56 -
YUV 129.08 107.63 100.12 -
System Red Green Blue C M Y K H S L
Decimal 90 156 93 0.42 0 0.40 0.39 122.73 0.27 0.48
Hex 5A 9C 5D 2A 0 28 27 7B 1B 30
Octal 132 234 135 52 0 50 47 173 33 60
Binary 1011010 10011100 1011101 101010 0 101000 100111 1111011 11011 110000

Color Harmonies of #5A9C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9C5D

Black with #5A9C5D

Text Example


Text Example

White with #5A9C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,156,93); }

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

background-color css

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

 a { background-color: rgb(90,156,93); }

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

border-color css

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

 span { border-color: rgb(90,156,93); }

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