#5ABF93

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

Shades of Silver Tree #5ABF93

Tints of Silver Tree #5ABF93

Color information

#5ABF93 (or 0x5ABF93) is unknown color: approx Silver Tree. HEX triplet: 5A, BF and 93. RGB value is (90,191,147). Sum of RGB (Red+Green+Blue) = 90+191+147=428 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.03% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 147 (57.81% from 255 or 34.35% from 428); Max value from RGB is 191 - color contains mainly: green. Hex color #5ABF93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABF93 is #A5406C. Grayscale: #9B9B9B. Windows color (decimal): -10829933 or 9682778. OLE color: 9682778.

HSL color Cylindrical-coordinate representation of color #5ABF93: hue angle of 153.86º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5ABF93 is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB90191147-
CMYK0.5300.230.25
HSL153.86º44.1%55.1%-
HSV(B)153.86º52.88%74.9%-
XYZ28.1141.5434.14-
YUV155.78123.0481.08-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.03%
GREEN value IS 191 (75% from 255) = 44.63%
BLUE value IS 147 (57.81% from 255) = 34.35%
R=21.03%
G=44.63%
B=34.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal901911470.5300.230.25153.8644.155.1
Hex5ABF9335017199a2c37
Octal13227722365027312325467
Binary101101010111111100100111101010101111100110011010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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