#5AC996

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

Shades of Silver Tree #5AC996

Tints of Silver Tree #5AC996

Color information

#5AC996 (or 0x5AC996) is unknown color: approx Silver Tree. HEX triplet: 5A, C9 and 96. RGB value is (90,201,150). Sum of RGB (Red+Green+Blue) = 90+201+150=441 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.41% from 441); Green value is 201 (78.91% from 255 or 45.58% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 201 - color contains mainly: green. Hex color #5AC996 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC996 is #A53669. Grayscale: #A2A2A2. Windows color (decimal): -10827370 or 9881946. OLE color: 9881946.

HSL color Cylindrical-coordinate representation of color #5AC996: hue angle of 152.43º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5AC996 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB90201150-
CMYK0.5500.250.21
HSL152.43º50.68%57.06%-
HSV(B)152.43º55.22%78.82%-
XYZ30.6146.1536.15-
YUV162121.2376.65-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.41%
GREEN value IS 201 (78.91% from 255) = 45.58%
BLUE value IS 150 (58.98% from 255) = 34.01%
R=20.41%
G=45.58%
B=34.01%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal902011500.5500.250.21152.4350.6857.06
Hex5AC9963701915983339
Octal13231122667031252306371
Binary101101011001001100101101101110110011010110011000110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,201,150); }

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

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

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

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

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

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

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