Shades of Emerald #6ACC80
Tints of Emerald #6ACC80
RGB
CMYK
RGB Variations
Color information
#6ACC80 (or 0x6ACC80) is known color: Emerald. HEX triplet: 6A, CC and 80. RGB value is (106,204,128). Sum of RGB (Red+Green+Blue) = 106+204+128=438 (58% of max value = 765). Red value is 106 (41.80% from 255 or 24.20% from 438); Green value is 204 (80.08% from 255 or 46.58% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 204 - color contains mainly: green. Hex color #6ACC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACC80 is #95337F. Grayscale: #A6A6A6. Windows color (decimal): -9778048 or 8440938. OLE color: 8440938.
HSL color Cylindrical-coordinate representation of color #6ACC80: hue angle of 133.47º degrees, saturation: 0.49, 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 #6ACC80 is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 106 | 204 | 128 | - |
| CMYK | 0.48 | 0 | 0.37 | 0.2 |
| HSL | 133.47º | 0.49% | 0.61% | - |
| HSV(B) | 133.47º | 0.48% | 0.8% | - |
| XYZ | 31.43 | 47.81 | 27.99 | - |
| YUV | 166.03 | 106.53 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 204 | 128 | 0.48 | 0 | 0.37 | 0.2 | 133.47 | 0.49 | 0.61 |
| Hex | 6A | CC | 80 | 30 | 0 | 25 | 14 | 85 | 31 | 3D |
| Octal | 152 | 314 | 200 | 60 | 0 | 45 | 24 | 205 | 61 | 75 |
| Binary | 1101010 | 11001100 | 10000000 | 110000 | 0 | 100101 | 10100 | 10000101 | 110001 | 111101 |
Color Harmonies of #6ACC80
Complementary color
Monochromatic Colors of #6ACC80
Black with #6ACC80
Text Example
Text Example
White with #6ACC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACC80; }
p { color: rgb(106,204,128); }
H1.HeaderClassName
{
color: #6ACC80;
}
.AnyTagClassName
{
color: #6ACC80;
}
</style>
background-color css
<style>
a { background-color: #6ACC80; }
a { background-color: rgb(106,204,128); }
div.DivClassName
{
background-color: #6ACC80;
}
.BgClassName
{
background-color: #6ACC80;
}
</style>
border-color css
<style>
span { border-color: #6ACC80; }
span { border-color: rgb(106,204,128); }
td.TdClassName
{
border-color: #6ACC80;
}
.TagClassName
{
border-color: #6ACC80;
}
</style>