#6ADC94

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

Shades of Silver Tree #6ADC94

Tints of Silver Tree #6ADC94

Color information

#6ADC94 (or 0x6ADC94) is unknown color: approx Silver Tree. HEX triplet: 6A, DC and 94. RGB value is (106,220,148). Sum of RGB (Red+Green+Blue) = 106+220+148=474 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.36% from 474); Green value is 220 (86.33% from 255 or 46.41% from 474); Blue value is 148 (58.20% from 255 or 31.22% from 474); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADC94 is #95236B. Grayscale: #B1B1B1. Windows color (decimal): -9773932 or 9755754. OLE color: 9755754.

HSL color Cylindrical-coordinate representation of color #6ADC94: hue angle of 142.11º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADC94 is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB106220148-
CMYK0.5200.330.14
HSL142.11º61.96%63.92%-
HSV(B)142.11º51.82%86.27%-
XYZ36.8856.3936.96-
YUV177.71111.2376.85-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.36%
GREEN value IS 220 (86.33% from 255) = 46.41%
BLUE value IS 148 (58.20% from 255) = 31.22%
R=22.36%
G=46.41%
B=31.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1062201480.5200.330.14142.1161.9663.92
Hex6ADC9434021E8e3e40
Octal152334224640411621676100
Binary1101010110111001001010011010001000011110100011101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ADC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,220,148); }

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

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

 a { background-color: rgb(106,220,148); }

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

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

 span { border-color: rgb(106,220,148); }

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