Shades of Pastel Green #6AD06C
Tints of Pastel Green #6AD06C
RGB
CMYK
RGB Variations
Color information
#6AD06C (or 0x6AD06C) is known color: Pastel Green. HEX triplet: 6A, D0 and 6C. RGB value is (106,208,108). Sum of RGB (Red+Green+Blue) = 106+208+108=422 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.12% from 422); Green value is 208 (81.64% from 255 or 49.29% from 422); Blue value is 108 (42.58% from 255 or 25.59% from 422); Max value from RGB is 208 - color contains mainly: green. Hex color #6AD06C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD06C is #952F93. Grayscale: #A6A6A6. Windows color (decimal): -9777044 or 7131242. OLE color: 7131242.
HSL color Cylindrical-coordinate representation of color #6AD06C: hue angle of 121.18º 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 #6AD06C is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 208 | 108 | - |
| CMYK | 0.49 | 0 | 0.48 | 0.18 |
| HSL | 121.18º | 0.52% | 0.62% | - |
| HSV(B) | 121.18º | 0.49% | 0.82% | - |
| XYZ | 31.21 | 49.26 | 22.05 | - |
| YUV | 166.1 | 95.21 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 208 | 108 | 0.49 | 0 | 0.48 | 0.18 | 121.18 | 0.52 | 0.62 |
| Hex | 6A | D0 | 6C | 31 | 0 | 30 | 12 | 79 | 34 | 3E |
| Octal | 152 | 320 | 154 | 61 | 0 | 60 | 22 | 171 | 64 | 76 |
| Binary | 1101010 | 11010000 | 1101100 | 110001 | 0 | 110000 | 10010 | 1111001 | 110100 | 111110 |
Color Harmonies of #6AD06C
Complementary color
Monochromatic Colors of #6AD06C
Black with #6AD06C
Text Example
Text Example
White with #6AD06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD06C; }
p { color: rgb(106,208,108); }
H1.HeaderClassName
{
color: #6AD06C;
}
.AnyTagClassName
{
color: #6AD06C;
}
</style>
background-color css
<style>
a { background-color: #6AD06C; }
a { background-color: rgb(106,208,108); }
div.DivClassName
{
background-color: #6AD06C;
}
.BgClassName
{
background-color: #6AD06C;
}
</style>
border-color css
<style>
span { border-color: #6AD06C; }
span { border-color: rgb(106,208,108); }
td.TdClassName
{
border-color: #6AD06C;
}
.TagClassName
{
border-color: #6AD06C;
}
</style>