Shades of Pastel Green #6AD069
Tints of Pastel Green #6AD069
RGB
CMYK
RGB Variations
Color information
#6AD069 (or 0x6AD069) is known color: Pastel Green. HEX triplet: 6A, D0 and 69. RGB value is (106,208,105). Sum of RGB (Red+Green+Blue) = 106+208+105=419 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.30% from 419); Green value is 208 (81.64% from 255 or 49.64% from 419); Blue value is 105 (41.41% from 255 or 25.06% from 419); Max value from RGB is 208 - color contains mainly: green. Hex color #6AD069 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD069 is #952F96. Grayscale: #A6A6A6. Windows color (decimal): -9777047 or 6934634. OLE color: 6934634.
HSL color Cylindrical-coordinate representation of color #6AD069: hue angle of 119.42º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6AD069 is Cyan = 0.49, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 208 | 105 | - |
| CMYK | 0.49 | 0 | 0.50 | 0.18 |
| HSL | 119.42º | 0.52% | 0.61% | - |
| HSV(B) | 119.42º | 0.5% | 0.82% | - |
| XYZ | 31.05 | 49.2 | 21.22 | - |
| YUV | 165.76 | 93.71 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 208 | 105 | 0.49 | 0 | 0.50 | 0.18 | 119.42 | 0.52 | 0.61 |
| Hex | 6A | D0 | 69 | 31 | 0 | 32 | 12 | 77 | 34 | 3D |
| Octal | 152 | 320 | 151 | 61 | 0 | 62 | 22 | 167 | 64 | 75 |
| Binary | 1101010 | 11010000 | 1101001 | 110001 | 0 | 110010 | 10010 | 1110111 | 110100 | 111101 |
Color Harmonies of #6AD069
Complementary color
Monochromatic Colors of #6AD069
Black with #6AD069
Text Example
Text Example
White with #6AD069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD069; }
p { color: rgb(106,208,105); }
H1.HeaderClassName
{
color: #6AD069;
}
.AnyTagClassName
{
color: #6AD069;
}
</style>
background-color css
<style>
a { background-color: #6AD069; }
a { background-color: rgb(106,208,105); }
div.DivClassName
{
background-color: #6AD069;
}
.BgClassName
{
background-color: #6AD069;
}
</style>
border-color css
<style>
span { border-color: #6AD069; }
span { border-color: rgb(106,208,105); }
td.TdClassName
{
border-color: #6AD069;
}
.TagClassName
{
border-color: #6AD069;
}
</style>