Shades of Pastel Green #8ADF68
Tints of Pastel Green #8ADF68
RGB
CMYK
RGB Variations
Color information
#8ADF68 (or 0x8ADF68) is known color: Pastel Green. HEX triplet: 8A, DF and 68. RGB value is (138,223,104). Sum of RGB (Red+Green+Blue) = 138+223+104=465 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.68% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 223 - color contains mainly: green. Hex color #8ADF68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADF68 is #752097. Grayscale: #B8B8B8. Windows color (decimal): -7676056 or 6872970. OLE color: 6872970.
HSL color Cylindrical-coordinate representation of color #8ADF68: hue angle of 102.86º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8ADF68 is Cyan = 0.38, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 223 | 104 | - |
| CMYK | 0.38 | 0 | 0.53 | 0.13 |
| HSL | 102.86º | 0.65% | 0.64% | - |
| HSV(B) | 102.86º | 0.53% | 0.87% | - |
| XYZ | 39.37 | 59.18 | 22.44 | - |
| YUV | 184.02 | 82.84 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 223 | 104 | 0.38 | 0 | 0.53 | 0.13 | 102.86 | 0.65 | 0.64 |
| Hex | 8A | DF | 68 | 26 | 0 | 35 | D | 67 | 41 | 40 |
| Octal | 212 | 337 | 150 | 46 | 0 | 65 | 15 | 147 | 101 | 100 |
| Binary | 10001010 | 11011111 | 1101000 | 100110 | 0 | 110101 | 1101 | 1100111 | 1000001 | 1000000 |
Color Harmonies of #8ADF68
Complementary color
Monochromatic Colors of #8ADF68
Black with #8ADF68
Text Example
Text Example
White with #8ADF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADF68; }
p { color: rgb(138,223,104); }
H1.HeaderClassName
{
color: #8ADF68;
}
.AnyTagClassName
{
color: #8ADF68;
}
</style>
background-color css
<style>
a { background-color: #8ADF68; }
a { background-color: rgb(138,223,104); }
div.DivClassName
{
background-color: #8ADF68;
}
.BgClassName
{
background-color: #8ADF68;
}
</style>
border-color css
<style>
span { border-color: #8ADF68; }
span { border-color: rgb(138,223,104); }
td.TdClassName
{
border-color: #8ADF68;
}
.TagClassName
{
border-color: #8ADF68;
}
</style>