Shades of De York #8AC68B
Tints of De York #8AC68B
RGB
CMYK
RGB Variations
Color information
#8AC68B (or 0x8AC68B) is known color: De York. HEX triplet: 8A, C6 and 8B. RGB value is (138,198,139). Sum of RGB (Red+Green+Blue) = 138+198+139=475 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.05% from 475); Green value is 198 (77.73% from 255 or 41.68% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 198 - color contains mainly: green. Hex color #8AC68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC68B is #753974. Grayscale: #ADADAD. Windows color (decimal): -7682421 or 9160330. OLE color: 9160330.
HSL color Cylindrical-coordinate representation of color #8AC68B: hue angle of 121º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8AC68B is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 138 | 198 | 139 | - |
| CMYK | 0.30 | 0 | 0.30 | 0.22 |
| HSL | 121º | 0.34% | 0.66% | - |
| HSV(B) | 121º | 0.3% | 0.78% | - |
| XYZ | 35.34 | 47.66 | 31.76 | - |
| YUV | 173.33 | 108.62 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 198 | 139 | 0.30 | 0 | 0.30 | 0.22 | 121 | 0.34 | 0.66 |
| Hex | 8A | C6 | 8B | 1E | 0 | 1E | 16 | 79 | 22 | 42 |
| Octal | 212 | 306 | 213 | 36 | 0 | 36 | 26 | 171 | 42 | 102 |
| Binary | 10001010 | 11000110 | 10001011 | 11110 | 0 | 11110 | 10110 | 1111001 | 100010 | 1000010 |
Color Harmonies of #8AC68B
Complementary color
Monochromatic Colors of #8AC68B
Black with #8AC68B
Text Example
Text Example
White with #8AC68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC68B; }
p { color: rgb(138,198,139); }
H1.HeaderClassName
{
color: #8AC68B;
}
.AnyTagClassName
{
color: #8AC68B;
}
</style>
background-color css
<style>
a { background-color: #8AC68B; }
a { background-color: rgb(138,198,139); }
div.DivClassName
{
background-color: #8AC68B;
}
.BgClassName
{
background-color: #8AC68B;
}
</style>
border-color css
<style>
span { border-color: #8AC68B; }
span { border-color: rgb(138,198,139); }
td.TdClassName
{
border-color: #8AC68B;
}
.TagClassName
{
border-color: #8AC68B;
}
</style>