Shades of Pastel Green #8ADA6C
Tints of Pastel Green #8ADA6C
RGB
CMYK
RGB Variations
Color information
#8ADA6C (or 0x8ADA6C) is known color: Pastel Green. HEX triplet: 8A, DA and 6C. RGB value is (138,218,108). Sum of RGB (Red+Green+Blue) = 138+218+108=464 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.74% from 464); Green value is 218 (85.55% from 255 or 46.98% from 464); Blue value is 108 (42.58% from 255 or 23.28% from 464); Max value from RGB is 218 - color contains mainly: green. Hex color #8ADA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADA6C is #752593. Grayscale: #B5B5B5. Windows color (decimal): -7677332 or 7133834. OLE color: 7133834.
HSL color Cylindrical-coordinate representation of color #8ADA6C: hue angle of 103.64º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8ADA6C is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 218 | 108 | - |
| CMYK | 0.37 | 0 | 0.50 | 0.15 |
| HSL | 103.64º | 0.6% | 0.64% | - |
| HSV(B) | 103.64º | 0.5% | 0.85% | - |
| XYZ | 38.26 | 56.63 | 23.1 | - |
| YUV | 181.54 | 86.5 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 218 | 108 | 0.37 | 0 | 0.50 | 0.15 | 103.64 | 0.6 | 0.64 |
| Hex | 8A | DA | 6C | 25 | 0 | 32 | F | 68 | 3C | 40 |
| Octal | 212 | 332 | 154 | 45 | 0 | 62 | 17 | 150 | 74 | 100 |
| Binary | 10001010 | 11011010 | 1101100 | 100101 | 0 | 110010 | 1111 | 1101000 | 111100 | 1000000 |
Color Harmonies of #8ADA6C
Complementary color
Monochromatic Colors of #8ADA6C
Black with #8ADA6C
Text Example
Text Example
White with #8ADA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADA6C; }
p { color: rgb(138,218,108); }
H1.HeaderClassName
{
color: #8ADA6C;
}
.AnyTagClassName
{
color: #8ADA6C;
}
</style>
background-color css
<style>
a { background-color: #8ADA6C; }
a { background-color: rgb(138,218,108); }
div.DivClassName
{
background-color: #8ADA6C;
}
.BgClassName
{
background-color: #8ADA6C;
}
</style>
border-color css
<style>
span { border-color: #8ADA6C; }
span { border-color: rgb(138,218,108); }
td.TdClassName
{
border-color: #8ADA6C;
}
.TagClassName
{
border-color: #8ADA6C;
}
</style>