Html Css Color HEX #6ACD80 Emerald

📋 copy color: '#6ACD80'

red 106 ◦ green 205 ◦ blue 128

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

Shades of Emerald #6ACD80

Tints of Emerald #6ACD80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.16%

R = 24.15%
G = 46.7%
B = 29.16%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#6ACD80 (or 0x6ACD80) is known color: Emerald. HEX triplet: 6A, CD and 80. RGB value is (106,205,128). Sum of RGB (Red+Green+Blue) = 106+205+128=439 (58% of max value = 765). Red value is 106 (41.80% from 255 or 24.15% from 439); Green value is 205 (80.47% from 255 or 46.70% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 205 - color contains mainly: green. Hex color #6ACD80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACD80 is #95327F. Grayscale: #A6A6A6. Windows color (decimal): -9777792 or 8441194. OLE color: 8441194.

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

Color convert

RGB 106 205 128 -
CMYK 0.48 0 0.38 0.20
HSL 133.33º 0.5% 0.61% -
HSV(B) 133.33º 0.48% 0.8% -
XYZ 31.67 48.29 28.07 -
YUV 166.62 106.2 84.76 -
System Red Green Blue C M Y K H S L
Decimal 106 205 128 0.48 0 0.38 0.20 133.33 0.5 0.61
Hex 6A CD 80 30 0 26 14 85 32 3D
Octal 152 315 200 60 0 46 24 205 62 75
Binary 1101010 11001101 10000000 110000 0 100110 10100 10000101 110010 111101

Color Harmonies of #6ACD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACD80

Black with #6ACD80

Text Example


Text Example

White with #6ACD80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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