#5ACC96

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

Shades of Silver Tree #5ACC96

Tints of Silver Tree #5ACC96

Color information

#5ACC96 (or 0x5ACC96) is unknown color: approx Silver Tree. HEX triplet: 5A, CC and 96. RGB value is (90,204,150). Sum of RGB (Red+Green+Blue) = 90+204+150=444 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.27% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 150 (58.98% from 255 or 33.78% from 444); Max value from RGB is 204 - color contains mainly: green. Hex color #5ACC96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACC96 is #A53369. Grayscale: #A3A3A3. Windows color (decimal): -10826602 or 9882714. OLE color: 9882714.

HSL color Cylindrical-coordinate representation of color #5ACC96: hue angle of 151.58º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACC96 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB90204150-
CMYK0.5600.260.2
HSL151.58º52.78%57.65%-
HSV(B)151.58º55.88%80%-
XYZ31.3147.5636.38-
YUV163.76120.2375.39-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.27%
GREEN value IS 204 (80.08% from 255) = 45.95%
BLUE value IS 150 (58.98% from 255) = 33.78%
R=20.27%
G=45.95%
B=33.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal902041500.5600.260.2151.5852.7857.65
Hex5ACC963801A1498353a
Octal13231422670032242306572
Binary101101011001100100101101110000110101010010011000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ACC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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