Html Css Color HEX #5AB05A Fruit Salad

📋 copy color: '#5AB05A'

red 90 ◦ green 176 ◦ blue 90

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

Shades of Fruit Salad #5AB05A

Tints of Fruit Salad #5AB05A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 49.44%

 BLUE value IS 90 (35.55% from 255) = 25.28%

R = 25.28%
G = 49.44%
B = 25.28%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#5AB05A (or 0x5AB05A) is known color: Fruit Salad. HEX triplet: 5A, B0 and 5A. RGB value is (90,176,90). Sum of RGB (Red+Green+Blue) = 90+176+90=356 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.28% from 356); Green value is 176 (69.14% from 255 or 49.44% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 176 - color contains mainly: green. Hex color #5AB05A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AB05A is #A54FA5. Grayscale: #8C8C8C. Windows color (decimal): -10833830 or 5943386. OLE color: 5943386.

HSL color Cylindrical-coordinate representation of color #5AB05A: hue angle of 120º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AB05A is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 90 176 90 -
CMYK 0.49 0 0.49 0.31
HSL 120º 0.35% 0.52% -
HSV(B) 120º 0.49% 0.69% -
XYZ 21.59 33.96 15.09 -
YUV 140.48 99.51 91.99 -
System Red Green Blue C M Y K H S L
Decimal 90 176 90 0.49 0 0.49 0.31 120 0.35 0.52
Hex 5A B0 5A 31 0 31 1F 78 23 34
Octal 132 260 132 61 0 61 37 170 43 64
Binary 1011010 10110000 1011010 110001 0 110001 11111 1111000 100011 110100

Color Harmonies of #5AB05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB05A

Black with #5AB05A

Text Example


Text Example

White with #5AB05A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,176,90); }

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

background-color css

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

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

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

border-color css

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

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

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