#6ACF8F

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

Shades of Silver Tree #6ACF8F

Tints of Silver Tree #6ACF8F

Color information

#6ACF8F (or 0x6ACF8F) is unknown color: approx Silver Tree. HEX triplet: 6A, CF and 8F. RGB value is (106,207,143). Sum of RGB (Red+Green+Blue) = 106+207+143=456 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.25% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 143 (56.25% from 255 or 31.36% from 456); Max value from RGB is 207 - color contains mainly: green. Hex color #6ACF8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACF8F is #953070. Grayscale: #A9A9A9. Windows color (decimal): -9777265 or 9424746. OLE color: 9424746.

HSL color Cylindrical-coordinate representation of color #6ACF8F: hue angle of 141.98º 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 #6ACF8F is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB106207143-
CMYK0.4900.310.19
HSL141.98º51.27%61.37%-
HSV(B)141.98º48.79%81.18%-
XYZ33.2149.6733.82-
YUV169.5113.0482.7-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.25%
GREEN value IS 207 (81.25% from 255) = 45.39%
BLUE value IS 143 (56.25% from 255) = 31.36%
R=23.25%
G=45.39%
B=31.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1062071430.4900.310.19141.9851.2761.37
Hex6ACF8F3101F138e333d
Octal15231721761037232166375
Binary110101011001111100011111100010111111001110001110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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