Shades of De York #8AC17B
Tints of De York #8AC17B
RGB
CMYK
RGB Variations
Color information
#8AC17B (or 0x8AC17B) is known color: De York. HEX triplet: 8A, C1 and 7B. RGB value is (138,193,123). Sum of RGB (Red+Green+Blue) = 138+193+123=454 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.40% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 123 (48.44% from 255 or 27.09% from 454); Max value from RGB is 193 - color contains mainly: green. Hex color #8AC17B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC17B is #753E84. Grayscale: #A8A8A8. Windows color (decimal): -7683717 or 8110474. OLE color: 8110474.
HSL color Cylindrical-coordinate representation of color #8AC17B: hue angle of 107.14º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AC17B is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 193 | 123 | - |
| CMYK | 0.28 | 0 | 0.36 | 0.24 |
| HSL | 107.14º | 0.36% | 0.62% | - |
| HSV(B) | 107.14º | 0.36% | 0.76% | - |
| XYZ | 33.13 | 44.97 | 25.67 | - |
| YUV | 168.58 | 102.28 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 193 | 123 | 0.28 | 0 | 0.36 | 0.24 | 107.14 | 0.36 | 0.62 |
| Hex | 8A | C1 | 7B | 1C | 0 | 24 | 18 | 6B | 24 | 3E |
| Octal | 212 | 301 | 173 | 34 | 0 | 44 | 30 | 153 | 44 | 76 |
| Binary | 10001010 | 11000001 | 1111011 | 11100 | 0 | 100100 | 11000 | 1101011 | 100100 | 111110 |
Color Harmonies of #8AC17B
Complementary color
Monochromatic Colors of #8AC17B
Black with #8AC17B
Text Example
Text Example
White with #8AC17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC17B; }
p { color: rgb(138,193,123); }
H1.HeaderClassName
{
color: #8AC17B;
}
.AnyTagClassName
{
color: #8AC17B;
}
</style>
background-color css
<style>
a { background-color: #8AC17B; }
a { background-color: rgb(138,193,123); }
div.DivClassName
{
background-color: #8AC17B;
}
.BgClassName
{
background-color: #8AC17B;
}
</style>
border-color css
<style>
span { border-color: #8AC17B; }
span { border-color: rgb(138,193,123); }
td.TdClassName
{
border-color: #8AC17B;
}
.TagClassName
{
border-color: #8AC17B;
}
</style>