#6ACC85

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

Shades of Silver Tree #6ACC85

Tints of Silver Tree #6ACC85

Color information

#6ACC85 (or 0x6ACC85) is unknown color: approx Silver Tree. HEX triplet: 6A, CC and 85. RGB value is (106,204,133). Sum of RGB (Red+Green+Blue) = 106+204+133=443 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.93% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 204 - color contains mainly: green. Hex color #6ACC85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACC85 is #95337A. Grayscale: #A6A6A6. Windows color (decimal): -9778043 or 8768618. OLE color: 8768618.

HSL color Cylindrical-coordinate representation of color #6ACC85: hue angle of 136.53º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ACC85 is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB106204133-
CMYK0.4800.350.2
HSL136.53º49%60.78%-
HSV(B)136.53º48.04%80%-
XYZ31.7747.9429.77-
YUV166.6109.0384.77-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.93%
GREEN value IS 204 (80.08% from 255) = 46.05%
BLUE value IS 133 (52.34% from 255) = 30.02%
R=23.93%
G=46.05%
B=30.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1062041330.4800.350.2136.534960.78
Hex6ACC85300231489313d
Octal15231420560043242116175
Binary1101010110011001000010111000001000111010010001001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6ACC85; }

 p { color: rgb(106,204,133); }

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

<style>
 a { background-color: #6ACC85; }

 a { background-color: rgb(106,204,133); }

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

<style>
 span { border-color: #6ACC85; }

 span { border-color: rgb(106,204,133); }

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