#7ACE95

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

Shades of Silver Tree #7ACE95

Tints of Silver Tree #7ACE95

Color information

#7ACE95 (or 0x7ACE95) is unknown color: approx Silver Tree. HEX triplet: 7A, CE and 95. RGB value is (122,206,149). Sum of RGB (Red+Green+Blue) = 122+206+149=477 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.58% from 477); Green value is 206 (80.86% from 255 or 43.19% from 477); Blue value is 149 (58.59% from 255 or 31.24% from 477); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACE95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACE95 is #85316A. Grayscale: #AEAEAE. Windows color (decimal): -8728939 or 9817722. OLE color: 9817722.

HSL color Cylindrical-coordinate representation of color #7ACE95: hue angle of 139.29º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ACE95 is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB122206149-
CMYK0.4100.280.19
HSL139.29º46.15%64.31%-
HSV(B)139.29º40.78%80.78%-
XYZ35.5250.4536.3-
YUV174.39113.6790.63-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.58%
GREEN value IS 206 (80.86% from 255) = 43.19%
BLUE value IS 149 (58.59% from 255) = 31.24%
R=25.58%
G=43.19%
B=31.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1222061490.4100.280.19139.2946.1564.31
Hex7ACE952901C138b2e40
Octal172316225510342321356100
Binary1111010110011101001010110100101110010011100010111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7ACE95; }

 p { color: rgb(122,206,149); }

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

<style>
 a { background-color: #7ACE95; }

 a { background-color: rgb(122,206,149); }

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

<style>
 span { border-color: #7ACE95; }

 span { border-color: rgb(122,206,149); }

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