Html Css Color HEX #6ACD96 Silver Tree

📋 copy color: '#6ACD96'

red 106 ◦ green 205 ◦ blue 150

#6ACD96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Silver Tree #6ACD96

Tints of Silver Tree #6ACD96

RGB

 RED value IS 106 (41.8% from 255) = 22.99%

 GREEN value IS 205 (80.47% from 255) = 44.47%

 BLUE value IS 150 (58.98% from 255) = 32.54%

R = 22.99%
G = 44.47%
B = 32.54%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#6ACD96 (or 0x6ACD96) is known color: Silver Tree. HEX triplet: 6A, CD and 96. RGB value is (106,205,150). Sum of RGB (Red+Green+Blue) = 106+205+150=461 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.99% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 205 - color contains mainly: green. Hex color #6ACD96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACD96 is #953269. Grayscale: #A9A9A9. Windows color (decimal): -9777770 or 9882986. OLE color: 9882986.

HSL color Cylindrical-coordinate representation of color #6ACD96: hue angle of 146.67º degrees, saturation: 0.5, 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 #6ACD96 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB 106 205 150 -
CMYK 0.48 0 0.27 0.20
HSL 146.67º 0.5% 0.61% -
HSV(B) 146.67º 0.48% 0.8% -
XYZ 33.28 48.93 36.54 -
YUV 169.13 117.2 82.97 -
System Red Green Blue C M Y K H S L
Decimal 106 205 150 0.48 0 0.27 0.20 146.67 0.5 0.61
Hex 6A CD 96 30 0 1B 14 93 32 3D
Octal 152 315 226 60 0 33 24 223 62 75
Binary 1101010 11001101 10010110 110000 0 11011 10100 10010011 110010 111101

Color Harmonies of #6ACD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACD96

Black with #6ACD96

Text Example


Text Example

White with #6ACD96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,205,150); }

 H1.HeaderClassName
 {
   color: #6ACD96;
 }
 .AnyTagClassName
 {
   color: #6ACD96;
 }
</style>

background-color css

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

 a { background-color: rgb(106,205,150); }

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

border-color css

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

 span { border-color: rgb(106,205,150); }

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