Shades of Pastel Green #6ACE6E
Tints of Pastel Green #6ACE6E
RGB
CMYK
RGB Variations
Color information
#6ACE6E (or 0x6ACE6E) is known color: Pastel Green. HEX triplet: 6A, CE and 6E. RGB value is (106,206,110). Sum of RGB (Red+Green+Blue) = 106+206+110=422 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.12% from 422); Green value is 206 (80.86% from 255 or 48.82% from 422); Blue value is 110 (43.36% from 255 or 26.07% from 422); Max value from RGB is 206 - color contains mainly: green. Hex color #6ACE6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ACE6E is #953191. Grayscale: #A5A5A5. Windows color (decimal): -9777554 or 7261802. OLE color: 7261802.
HSL color Cylindrical-coordinate representation of color #6ACE6E: hue angle of 122.4º 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 #6ACE6E is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 206 | 110 | - |
| CMYK | 0.49 | 0 | 0.47 | 0.19 |
| HSL | 122.4º | 0.51% | 0.61% | - |
| HSV(B) | 122.4º | 0.49% | 0.81% | - |
| XYZ | 30.83 | 48.33 | 22.46 | - |
| YUV | 165.16 | 96.87 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 206 | 110 | 0.49 | 0 | 0.47 | 0.19 | 122.4 | 0.51 | 0.61 |
| Hex | 6A | CE | 6E | 31 | 0 | 2F | 13 | 7A | 33 | 3D |
| Octal | 152 | 316 | 156 | 61 | 0 | 57 | 23 | 172 | 63 | 75 |
| Binary | 1101010 | 11001110 | 1101110 | 110001 | 0 | 101111 | 10011 | 1111010 | 110011 | 111101 |
Color Harmonies of #6ACE6E
Complementary color
Monochromatic Colors of #6ACE6E
Black with #6ACE6E
Text Example
Text Example
White with #6ACE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACE6E; }
p { color: rgb(106,206,110); }
H1.HeaderClassName
{
color: #6ACE6E;
}
.AnyTagClassName
{
color: #6ACE6E;
}
</style>
background-color css
<style>
a { background-color: #6ACE6E; }
a { background-color: rgb(106,206,110); }
div.DivClassName
{
background-color: #6ACE6E;
}
.BgClassName
{
background-color: #6ACE6E;
}
</style>
border-color css
<style>
span { border-color: #6ACE6E; }
span { border-color: rgb(106,206,110); }
td.TdClassName
{
border-color: #6ACE6E;
}
.TagClassName
{
border-color: #6ACE6E;
}
</style>