Shades of Citrus #8DAF10
Tints of Citrus #8DAF10
RGB
CMYK
RGB Variations
Color information
#8DAF10 (or 0x8DAF10) is known color: Citrus. HEX triplet: 8D, AF and 10. RGB value is (141,175,16). Sum of RGB (Red+Green+Blue) = 141+175+16=332 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.47% from 332); Green value is 175 (68.75% from 255 or 52.71% from 332); Blue value is 16 (6.64% from 255 or 4.82% from 332); Max value from RGB is 175 - color contains mainly: green. Hex color #8DAF10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DAF10 is #7250EF. Grayscale: #939393. Windows color (decimal): -7491824 or 1093517. OLE color: 1093517.
HSL color Cylindrical-coordinate representation of color #8DAF10: hue angle of 72.83º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8DAF10 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 175 | 16 | - |
| CMYK | 0.19 | 0 | 0.91 | 0.31 |
| HSL | 72.83º | 0.83% | 0.37% | - |
| HSV(B) | 72.83º | 0.91% | 0.69% | - |
| XYZ | 26.41 | 36.36 | 6.12 | - |
| YUV | 146.71 | 54.24 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 175 | 16 | 0.19 | 0 | 0.91 | 0.31 | 72.83 | 0.83 | 0.37 |
| Hex | 8D | AF | 10 | 13 | 0 | 5B | 1F | 49 | 53 | 25 |
| Octal | 215 | 257 | 20 | 23 | 0 | 133 | 37 | 111 | 123 | 45 |
| Binary | 10001101 | 10101111 | 10000 | 10011 | 0 | 1011011 | 11111 | 1001001 | 1010011 | 100101 |
Color Harmonies of #8DAF10
Complementary color
Monochromatic Colors of #8DAF10
Black with #8DAF10
Text Example
Text Example
White with #8DAF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAF10; }
p { color: rgb(141,175,16); }
H1.HeaderClassName
{
color: #8DAF10;
}
.AnyTagClassName
{
color: #8DAF10;
}
</style>
background-color css
<style>
a { background-color: #8DAF10; }
a { background-color: rgb(141,175,16); }
div.DivClassName
{
background-color: #8DAF10;
}
.BgClassName
{
background-color: #8DAF10;
}
</style>
border-color css
<style>
span { border-color: #8DAF10; }
span { border-color: rgb(141,175,16); }
td.TdClassName
{
border-color: #8DAF10;
}
.TagClassName
{
border-color: #8DAF10;
}
</style>