#6ACF85

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

Shades of Silver Tree #6ACF85

Tints of Silver Tree #6ACF85

Color information

#6ACF85 (or 0x6ACF85) is unknown color: approx Silver Tree. HEX triplet: 6A, CF and 85. RGB value is (106,207,133). Sum of RGB (Red+Green+Blue) = 106+207+133=446 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.77% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 133 (52.34% from 255 or 29.82% from 446); Max value from RGB is 207 - color contains mainly: green. Hex color #6ACF85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACF85 is #95307A. Grayscale: #A8A8A8. Windows color (decimal): -9777275 or 8769386. OLE color: 8769386.

HSL color Cylindrical-coordinate representation of color #6ACF85: hue angle of 136.04º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ACF85 is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB106207133-
CMYK0.4900.360.19
HSL136.04º51.27%61.37%-
HSV(B)136.04º48.79%81.18%-
XYZ32.4949.3830.01-
YUV168.36108.0483.52-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.77%
GREEN value IS 207 (81.25% from 255) = 46.41%
BLUE value IS 133 (52.34% from 255) = 29.82%
R=23.77%
G=46.41%
B=29.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1062071330.4900.360.19136.0451.2761.37
Hex6ACF85310241388333d
Octal15231720561044232106375
Binary1101010110011111000010111000101001001001110001000110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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