Shades of Pastel Green #6AD066
Tints of Pastel Green #6AD066
RGB
CMYK
RGB Variations
Color information
#6AD066 (or 0x6AD066) is known color: Pastel Green. HEX triplet: 6A, D0 and 66. RGB value is (106,208,102). Sum of RGB (Red+Green+Blue) = 106+208+102=416 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.48% from 416); Green value is 208 (81.64% from 255 or 50% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 208 - color contains mainly: green. Hex color #6AD066 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD066 is #952F99. Grayscale: #A5A5A5. Windows color (decimal): -9777050 or 6738026. OLE color: 6738026.
HSL color Cylindrical-coordinate representation of color #6AD066: hue angle of 117.74º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6AD066 is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 208 | 102 | - |
| CMYK | 0.49 | 0 | 0.51 | 0.18 |
| HSL | 117.74º | 0.53% | 0.61% | - |
| HSV(B) | 117.74º | 0.51% | 0.82% | - |
| XYZ | 30.9 | 49.14 | 20.43 | - |
| YUV | 165.42 | 92.21 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 208 | 102 | 0.49 | 0 | 0.51 | 0.18 | 117.74 | 0.53 | 0.61 |
| Hex | 6A | D0 | 66 | 31 | 0 | 33 | 12 | 76 | 35 | 3D |
| Octal | 152 | 320 | 146 | 61 | 0 | 63 | 22 | 166 | 65 | 75 |
| Binary | 1101010 | 11010000 | 1100110 | 110001 | 0 | 110011 | 10010 | 1110110 | 110101 | 111101 |
Color Harmonies of #6AD066
Complementary color
Monochromatic Colors of #6AD066
Black with #6AD066
Text Example
Text Example
White with #6AD066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD066; }
p { color: rgb(106,208,102); }
H1.HeaderClassName
{
color: #6AD066;
}
.AnyTagClassName
{
color: #6AD066;
}
</style>
background-color css
<style>
a { background-color: #6AD066; }
a { background-color: rgb(106,208,102); }
div.DivClassName
{
background-color: #6AD066;
}
.BgClassName
{
background-color: #6AD066;
}
</style>
border-color css
<style>
span { border-color: #6AD066; }
span { border-color: rgb(106,208,102); }
td.TdClassName
{
border-color: #6AD066;
}
.TagClassName
{
border-color: #6AD066;
}
</style>