#5ABF92

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

Shades of Silver Tree #5ABF92

Tints of Silver Tree #5ABF92

Color information

#5ABF92 (or 0x5ABF92) is unknown color: approx Silver Tree. HEX triplet: 5A, BF and 92. RGB value is (90,191,146). Sum of RGB (Red+Green+Blue) = 90+191+146=427 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.08% from 427); Green value is 191 (75% from 255 or 44.73% from 427); Blue value is 146 (57.42% from 255 or 34.19% from 427); Max value from RGB is 191 - color contains mainly: green. Hex color #5ABF92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABF92 is #A5406D. Grayscale: #9B9B9B. Windows color (decimal): -10829934 or 9617242. OLE color: 9617242.

HSL color Cylindrical-coordinate representation of color #5ABF92: hue angle of 153.27º 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 #5ABF92 is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB90191146-
CMYK0.5300.240.25
HSL153.27º44.1%55.1%-
HSV(B)153.27º52.88%74.9%-
XYZ28.0441.5133.73-
YUV155.67122.5481.16-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.08%
GREEN value IS 191 (75% from 255) = 44.73%
BLUE value IS 146 (57.42% from 255) = 34.19%
R=21.08%
G=44.73%
B=34.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal901911460.5300.240.25153.2744.155.1
Hex5ABF923501819992c37
Octal13227722265030312315467
Binary101101010111111100100101101010110001100110011001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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