Shades of Pastel Green #6AD468
Tints of Pastel Green #6AD468
RGB
CMYK
RGB Variations
Color information
#6AD468 (or 0x6AD468) is known color: Pastel Green. HEX triplet: 6A, D4 and 68. RGB value is (106,212,104). Sum of RGB (Red+Green+Blue) = 106+212+104=422 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.12% from 422); Green value is 212 (83.20% from 255 or 50.24% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 212 - color contains mainly: green. Hex color #6AD468 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD468 is #952B97. Grayscale: #A8A8A8. Windows color (decimal): -9776024 or 6870122. OLE color: 6870122.
HSL color Cylindrical-coordinate representation of color #6AD468: hue angle of 118.89º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6AD468 is Cyan = 0.5, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 106 | 212 | 104 | - |
| CMYK | 0.5 | 0 | 0.51 | 0.17 |
| HSL | 118.89º | 0.56% | 0.62% | - |
| HSV(B) | 118.89º | 0.51% | 0.83% | - |
| XYZ | 31.99 | 51.15 | 21.28 | - |
| YUV | 167.99 | 91.88 | 83.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 212 | 104 | 0.5 | 0 | 0.51 | 0.17 | 118.89 | 0.56 | 0.62 |
| Hex | 6A | D4 | 68 | 32 | 0 | 33 | 11 | 77 | 38 | 3E |
| Octal | 152 | 324 | 150 | 62 | 0 | 63 | 21 | 167 | 70 | 76 |
| Binary | 1101010 | 11010100 | 1101000 | 110010 | 0 | 110011 | 10001 | 1110111 | 111000 | 111110 |
Color Harmonies of #6AD468
Complementary color
Monochromatic Colors of #6AD468
Black with #6AD468
Text Example
Text Example
White with #6AD468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD468; }
p { color: rgb(106,212,104); }
H1.HeaderClassName
{
color: #6AD468;
}
.AnyTagClassName
{
color: #6AD468;
}
</style>
background-color css
<style>
a { background-color: #6AD468; }
a { background-color: rgb(106,212,104); }
div.DivClassName
{
background-color: #6AD468;
}
.BgClassName
{
background-color: #6AD468;
}
</style>
border-color css
<style>
span { border-color: #6AD468; }
span { border-color: rgb(106,212,104); }
td.TdClassName
{
border-color: #6AD468;
}
.TagClassName
{
border-color: #6AD468;
}
</style>