#5AD093

Color #5AD093 Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #5AD093

Tints of Silver Tree #5AD093

Color information

#5AD093 (or 0x5AD093) is unknown color: approx Silver Tree. HEX triplet: 5A, D0 and 93. RGB value is (90,208,147). Sum of RGB (Red+Green+Blue) = 90+208+147=445 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.22% from 445); Green value is 208 (81.64% from 255 or 46.74% from 445); Blue value is 147 (57.81% from 255 or 33.03% from 445); Max value from RGB is 208 - color contains mainly: green. Hex color #5AD093 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD093 is #A52F6C. Grayscale: #A5A5A5. Windows color (decimal): -10825581 or 9687130. OLE color: 9687130.

HSL color Cylindrical-coordinate representation of color #5AD093: hue angle of 148.98º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AD093 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB90208147-
CMYK0.5700.290.18
HSL148.98º55.66%58.43%-
HSV(B)148.98º56.73%81.57%-
XYZ32.0449.3935.45-
YUV165.76117.4173.96-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.22%
GREEN value IS 208 (81.64% from 255) = 46.74%
BLUE value IS 147 (57.81% from 255) = 33.03%
R=20.22%
G=46.74%
B=33.03%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal902081470.5700.290.18148.9855.6658.43
Hex5AD0933901D1295383a
Octal13232022371035222257072
Binary101101011010000100100111110010111011001010010101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,208,147); }

 H1.HeaderClassName
 {
   color: #5AD093;
 }
 .AnyTagClassName
 {
   color: #5AD093;
 }
</style>
background-color css

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

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

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

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

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

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