#5ACA93

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

Shades of Silver Tree #5ACA93

Tints of Silver Tree #5ACA93

Color information

#5ACA93 (or 0x5ACA93) is unknown color: approx Silver Tree. HEX triplet: 5A, CA and 93. RGB value is (90,202,147). Sum of RGB (Red+Green+Blue) = 90+202+147=439 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.50% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 202 - color contains mainly: green. Hex color #5ACA93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACA93 is #A5356C. Grayscale: #A2A2A2. Windows color (decimal): -10827117 or 9685594. OLE color: 9685594.

HSL color Cylindrical-coordinate representation of color #5ACA93: hue angle of 150.54º 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 #5ACA93 is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB90202147-
CMYK0.5500.270.21
HSL150.54º51.38%57.25%-
HSV(B)150.54º55.45%79.22%-
XYZ30.646.5234.97-
YUV162.24119.3976.47-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.50%
GREEN value IS 202 (79.30% from 255) = 46.01%
BLUE value IS 147 (57.81% from 255) = 33.49%
R=20.50%
G=46.01%
B=33.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal902021470.5500.270.21150.5451.3857.25
Hex5ACA933701B15973339
Octal13231222367033252276371
Binary101101011001010100100111101110110111010110010111110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ACA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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