Shades of Pastel Green #6AD06B
Tints of Pastel Green #6AD06B
RGB
CMYK
RGB Variations
Color information
#6AD06B (or 0x6AD06B) is known color: Pastel Green. HEX triplet: 6A, D0 and 6B. RGB value is (106,208,107). Sum of RGB (Red+Green+Blue) = 106+208+107=421 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.18% from 421); Green value is 208 (81.64% from 255 or 49.41% from 421); Blue value is 107 (42.19% from 255 or 25.42% from 421); Max value from RGB is 208 - color contains mainly: green. Hex color #6AD06B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD06B is #952F94. Grayscale: #A6A6A6. Windows color (decimal): -9777045 or 7065706. OLE color: 7065706.
HSL color Cylindrical-coordinate representation of color #6AD06B: hue angle of 120.59º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6AD06B is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 208 | 107 | - |
| CMYK | 0.49 | 0 | 0.49 | 0.18 |
| HSL | 120.59º | 0.52% | 0.62% | - |
| HSV(B) | 120.59º | 0.49% | 0.82% | - |
| XYZ | 31.15 | 49.24 | 21.77 | - |
| YUV | 165.99 | 94.71 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 208 | 107 | 0.49 | 0 | 0.49 | 0.18 | 120.59 | 0.52 | 0.62 |
| Hex | 6A | D0 | 6B | 31 | 0 | 31 | 12 | 79 | 34 | 3E |
| Octal | 152 | 320 | 153 | 61 | 0 | 61 | 22 | 171 | 64 | 76 |
| Binary | 1101010 | 11010000 | 1101011 | 110001 | 0 | 110001 | 10010 | 1111001 | 110100 | 111110 |
Color Harmonies of #6AD06B
Complementary color
Monochromatic Colors of #6AD06B
Black with #6AD06B
Text Example
Text Example
White with #6AD06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD06B; }
p { color: rgb(106,208,107); }
H1.HeaderClassName
{
color: #6AD06B;
}
.AnyTagClassName
{
color: #6AD06B;
}
</style>
background-color css
<style>
a { background-color: #6AD06B; }
a { background-color: rgb(106,208,107); }
div.DivClassName
{
background-color: #6AD06B;
}
.BgClassName
{
background-color: #6AD06B;
}
</style>
border-color css
<style>
span { border-color: #6AD06B; }
span { border-color: rgb(106,208,107); }
td.TdClassName
{
border-color: #6AD06B;
}
.TagClassName
{
border-color: #6AD06B;
}
</style>