Shades of De York #8ACF8B
Tints of De York #8ACF8B
RGB
CMYK
RGB Variations
Color information
#8ACF8B (or 0x8ACF8B) is known color: De York. HEX triplet: 8A, CF and 8B. RGB value is (138,207,139). Sum of RGB (Red+Green+Blue) = 138+207+139=484 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.51% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 139 (54.69% from 255 or 28.72% from 484); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACF8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACF8B is #753074. Grayscale: #B2B2B2. Windows color (decimal): -7680117 or 9162634. OLE color: 9162634.
HSL color Cylindrical-coordinate representation of color #8ACF8B: hue angle of 120.87º 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 #8ACF8B is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 207 | 139 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.19 |
| HSL | 120.87º | 0.42% | 0.68% | - |
| HSV(B) | 120.87º | 0.33% | 0.81% | - |
| XYZ | 37.45 | 51.89 | 32.47 | - |
| YUV | 178.62 | 105.64 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 207 | 139 | 0.33 | 0 | 0.33 | 0.19 | 120.87 | 0.42 | 0.68 |
| Hex | 8A | CF | 8B | 21 | 0 | 21 | 13 | 79 | 2A | 44 |
| Octal | 212 | 317 | 213 | 41 | 0 | 41 | 23 | 171 | 52 | 104 |
| Binary | 10001010 | 11001111 | 10001011 | 100001 | 0 | 100001 | 10011 | 1111001 | 101010 | 1000100 |
Color Harmonies of #8ACF8B
Complementary color
Monochromatic Colors of #8ACF8B
Black with #8ACF8B
Text Example
Text Example
White with #8ACF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACF8B; }
p { color: rgb(138,207,139); }
H1.HeaderClassName
{
color: #8ACF8B;
}
.AnyTagClassName
{
color: #8ACF8B;
}
</style>
background-color css
<style>
a { background-color: #8ACF8B; }
a { background-color: rgb(138,207,139); }
div.DivClassName
{
background-color: #8ACF8B;
}
.BgClassName
{
background-color: #8ACF8B;
}
</style>
border-color css
<style>
span { border-color: #8ACF8B; }
span { border-color: rgb(138,207,139); }
td.TdClassName
{
border-color: #8ACF8B;
}
.TagClassName
{
border-color: #8ACF8B;
}
</style>