Shades of De York #8AC081
Tints of De York #8AC081
RGB
CMYK
RGB Variations
Color information
#8AC081 (or 0x8AC081) is known color: De York. HEX triplet: 8A, C0 and 81. RGB value is (138,192,129). Sum of RGB (Red+Green+Blue) = 138+192+129=459 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.07% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC081 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC081 is #753F7E. Grayscale: #A8A8A8. Windows color (decimal): -7683967 or 8503434. OLE color: 8503434.
HSL color Cylindrical-coordinate representation of color #8AC081: hue angle of 111.43º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8AC081 is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 192 | 129 | - |
| CMYK | 0.28 | 0 | 0.33 | 0.25 |
| HSL | 111.43º | 0.33% | 0.63% | - |
| HSV(B) | 111.43º | 0.33% | 0.75% | - |
| XYZ | 33.29 | 44.69 | 27.64 | - |
| YUV | 168.67 | 105.61 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 192 | 129 | 0.28 | 0 | 0.33 | 0.25 | 111.43 | 0.33 | 0.63 |
| Hex | 8A | C0 | 81 | 1C | 0 | 21 | 19 | 6F | 21 | 3F |
| Octal | 212 | 300 | 201 | 34 | 0 | 41 | 31 | 157 | 41 | 77 |
| Binary | 10001010 | 11000000 | 10000001 | 11100 | 0 | 100001 | 11001 | 1101111 | 100001 | 111111 |
Color Harmonies of #8AC081
Complementary color
Monochromatic Colors of #8AC081
Black with #8AC081
Text Example
Text Example
White with #8AC081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC081; }
p { color: rgb(138,192,129); }
H1.HeaderClassName
{
color: #8AC081;
}
.AnyTagClassName
{
color: #8AC081;
}
</style>
background-color css
<style>
a { background-color: #8AC081; }
a { background-color: rgb(138,192,129); }
div.DivClassName
{
background-color: #8AC081;
}
.BgClassName
{
background-color: #8AC081;
}
</style>
border-color css
<style>
span { border-color: #8AC081; }
span { border-color: rgb(138,192,129); }
td.TdClassName
{
border-color: #8AC081;
}
.TagClassName
{
border-color: #8AC081;
}
</style>