Shades of De York #8ACF94
Tints of De York #8ACF94
RGB
CMYK
RGB Variations
Color information
#8ACF94 (or 0x8ACF94) is known color: De York. HEX triplet: 8A, CF and 94. RGB value is (138,207,148). Sum of RGB (Red+Green+Blue) = 138+207+148=493 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.99% from 493); Green value is 207 (81.25% from 255 or 41.99% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACF94 is #75306B. Grayscale: #B3B3B3. Windows color (decimal): -7680108 or 9752458. OLE color: 9752458.
HSL color Cylindrical-coordinate representation of color #8ACF94: hue angle of 128.7º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACF94 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 207 | 148 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.19 |
| HSL | 128.7º | 0.42% | 0.68% | - |
| HSV(B) | 128.7º | 0.33% | 0.81% | - |
| XYZ | 38.14 | 52.17 | 36.08 | - |
| YUV | 179.64 | 110.14 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 207 | 148 | 0.33 | 0 | 0.29 | 0.19 | 128.7 | 0.42 | 0.68 |
| Hex | 8A | CF | 94 | 21 | 0 | 1D | 13 | 81 | 2A | 44 |
| Octal | 212 | 317 | 224 | 41 | 0 | 35 | 23 | 201 | 52 | 104 |
| Binary | 10001010 | 11001111 | 10010100 | 100001 | 0 | 11101 | 10011 | 10000001 | 101010 | 1000100 |
Color Harmonies of #8ACF94
Complementary color
Monochromatic Colors of #8ACF94
Black with #8ACF94
Text Example
Text Example
White with #8ACF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACF94; }
p { color: rgb(138,207,148); }
H1.HeaderClassName
{
color: #8ACF94;
}
.AnyTagClassName
{
color: #8ACF94;
}
</style>
background-color css
<style>
a { background-color: #8ACF94; }
a { background-color: rgb(138,207,148); }
div.DivClassName
{
background-color: #8ACF94;
}
.BgClassName
{
background-color: #8ACF94;
}
</style>
border-color css
<style>
span { border-color: #8ACF94; }
span { border-color: rgb(138,207,148); }
td.TdClassName
{
border-color: #8ACF94;
}
.TagClassName
{
border-color: #8ACF94;
}
</style>