Html Css Color HEX #5AA254 Fruit Salad

📋 copy color: '#5AA254'

red 90 ◦ green 162 ◦ blue 84

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

Shades of Fruit Salad #5AA254

Tints of Fruit Salad #5AA254

RGB

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

 GREEN value IS 162 (63.67% from 255) = 48.21%

 BLUE value IS 84 (33.2% from 255) = 25%

R = 26.79%
G = 48.21%
B = 25%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#5AA254 (or 0x5AA254) is known color: Fruit Salad. HEX triplet: 5A, A2 and 54. RGB value is (90,162,84). Sum of RGB (Red+Green+Blue) = 90+162+84=336 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.79% from 336); Green value is 162 (63.67% from 255 or 48.21% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 162 - color contains mainly: green. Hex color #5AA254 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA254 is #A55DAB. Grayscale: #838383. Windows color (decimal): -10837420 or 5546586. OLE color: 5546586.

HSL color Cylindrical-coordinate representation of color #5AA254: hue angle of 115.38º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5AA254 is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB 90 162 84 -
CMYK 0.44 0 0.48 0.36
HSL 115.38º 0.32% 0.48% -
HSV(B) 115.38º 0.48% 0.64% -
XYZ 18.74 28.65 12.93 -
YUV 131.58 101.15 98.34 -
System Red Green Blue C M Y K H S L
Decimal 90 162 84 0.44 0 0.48 0.36 115.38 0.32 0.48
Hex 5A A2 54 2C 0 30 24 73 20 30
Octal 132 242 124 54 0 60 44 163 40 60
Binary 1011010 10100010 1010100 101100 0 110000 100100 1110011 100000 110000

Color Harmonies of #5AA254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA254

Black with #5AA254

Text Example


Text Example

White with #5AA254

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,162,84); }

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

background-color css

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

 a { background-color: rgb(90,162,84); }

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

border-color css

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

 span { border-color: rgb(90,162,84); }

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