Shades of Pastel Green #6ADA6A
Tints of Pastel Green #6ADA6A
RGB
CMYK
RGB Variations
Color information
#6ADA6A (or 0x6ADA6A) is known color: Pastel Green. HEX triplet: 6A, DA and 6A. RGB value is (106,218,106). Sum of RGB (Red+Green+Blue) = 106+218+106=430 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.65% from 430); Green value is 218 (85.55% from 255 or 50.70% from 430); Blue value is 106 (41.80% from 255 or 24.65% from 430); Max value from RGB is 218 - color contains mainly: green. Hex color #6ADA6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ADA6A is #952595. Grayscale: #ACACAC. Windows color (decimal): -9774486 or 7002730. OLE color: 7002730.
HSL color Cylindrical-coordinate representation of color #6ADA6A: hue angle of 120º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6ADA6A is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 218 | 106 | - |
| CMYK | 0.51 | 0 | 0.51 | 0.15 |
| HSL | 120º | 0.6% | 0.64% | - |
| HSV(B) | 120º | 0.51% | 0.85% | - |
| XYZ | 33.62 | 54.25 | 22.33 | - |
| YUV | 171.74 | 90.89 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 218 | 106 | 0.51 | 0 | 0.51 | 0.15 | 120 | 0.6 | 0.64 |
| Hex | 6A | DA | 6A | 33 | 0 | 33 | F | 78 | 3C | 40 |
| Octal | 152 | 332 | 152 | 63 | 0 | 63 | 17 | 170 | 74 | 100 |
| Binary | 1101010 | 11011010 | 1101010 | 110011 | 0 | 110011 | 1111 | 1111000 | 111100 | 1000000 |
Color Harmonies of #6ADA6A
Complementary color
Monochromatic Colors of #6ADA6A
Black with #6ADA6A
Text Example
Text Example
White with #6ADA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADA6A; }
p { color: rgb(106,218,106); }
H1.HeaderClassName
{
color: #6ADA6A;
}
.AnyTagClassName
{
color: #6ADA6A;
}
</style>
background-color css
<style>
a { background-color: #6ADA6A; }
a { background-color: rgb(106,218,106); }
div.DivClassName
{
background-color: #6ADA6A;
}
.BgClassName
{
background-color: #6ADA6A;
}
</style>
border-color css
<style>
span { border-color: #6ADA6A; }
span { border-color: rgb(106,218,106); }
td.TdClassName
{
border-color: #6ADA6A;
}
.TagClassName
{
border-color: #6ADA6A;
}
</style>