Shades of Pastel Green #6AD27A
Tints of Pastel Green #6AD27A
RGB
CMYK
RGB Variations
Color information
#6AD27A (or 0x6AD27A) is known color: Pastel Green. HEX triplet: 6A, D2 and 7A. RGB value is (106,210,122). Sum of RGB (Red+Green+Blue) = 106+210+122=438 (58% of max value = 765). Red value is 106 (41.80% from 255 or 24.20% from 438); Green value is 210 (82.42% from 255 or 47.95% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 210 - color contains mainly: green. Hex color #6AD27A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD27A is #952D85. Grayscale: #A9A9A9. Windows color (decimal): -9776518 or 8049258. OLE color: 8049258.
HSL color Cylindrical-coordinate representation of color #6AD27A: hue angle of 129.23º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6AD27A is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 210 | 122 | - |
| CMYK | 0.50 | 0 | 0.42 | 0.18 |
| HSL | 129.23º | 0.54% | 0.62% | - |
| HSV(B) | 129.23º | 0.5% | 0.82% | - |
| XYZ | 32.5 | 50.56 | 26.46 | - |
| YUV | 168.87 | 101.54 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 210 | 122 | 0.50 | 0 | 0.42 | 0.18 | 129.23 | 0.54 | 0.62 |
| Hex | 6A | D2 | 7A | 32 | 0 | 2A | 12 | 81 | 36 | 3E |
| Octal | 152 | 322 | 172 | 62 | 0 | 52 | 22 | 201 | 66 | 76 |
| Binary | 1101010 | 11010010 | 1111010 | 110010 | 0 | 101010 | 10010 | 10000001 | 110110 | 111110 |
Color Harmonies of #6AD27A
Complementary color
Monochromatic Colors of #6AD27A
Black with #6AD27A
Text Example
Text Example
White with #6AD27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD27A; }
p { color: rgb(106,210,122); }
H1.HeaderClassName
{
color: #6AD27A;
}
.AnyTagClassName
{
color: #6AD27A;
}
</style>
background-color css
<style>
a { background-color: #6AD27A; }
a { background-color: rgb(106,210,122); }
div.DivClassName
{
background-color: #6AD27A;
}
.BgClassName
{
background-color: #6AD27A;
}
</style>
border-color css
<style>
span { border-color: #6AD27A; }
span { border-color: rgb(106,210,122); }
td.TdClassName
{
border-color: #6AD27A;
}
.TagClassName
{
border-color: #6AD27A;
}
</style>