Shades of Citrus #8AC908
Tints of Citrus #8AC908
RGB
CMYK
RGB Variations
Color information
#8AC908 (or 0x8AC908) is known color: Citrus. HEX triplet: 8A, C9 and 08. RGB value is (138,201,8). Sum of RGB (Red+Green+Blue) = 138+201+8=347 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.77% from 347); Green value is 201 (78.91% from 255 or 57.93% from 347); Blue value is 8 (3.52% from 255 or 2.31% from 347); Max value from RGB is 201 - color contains mainly: green. Hex color #8AC908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AC908 is #7536F7. Grayscale: #A0A0A0. Windows color (decimal): -7681784 or 575882. OLE color: 575882.
HSL color Cylindrical-coordinate representation of color #8AC908: hue angle of 79.59º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8AC908 is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 201 | 8 | - |
| CMYK | 0.31 | 0 | 0.96 | 0.21 |
| HSL | 79.59º | 0.92% | 0.41% | - |
| HSV(B) | 79.59º | 0.96% | 0.79% | - |
| XYZ | 31.41 | 47.19 | 7.68 | - |
| YUV | 160.16 | 42.13 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 201 | 8 | 0.31 | 0 | 0.96 | 0.21 | 79.59 | 0.92 | 0.41 |
| Hex | 8A | C9 | 8 | 1F | 0 | 60 | 15 | 50 | 5C | 29 |
| Octal | 212 | 311 | 10 | 37 | 0 | 140 | 25 | 120 | 134 | 51 |
| Binary | 10001010 | 11001001 | 1000 | 11111 | 0 | 1100000 | 10101 | 1010000 | 1011100 | 101001 |
Color Harmonies of #8AC908
Complementary color
Monochromatic Colors of #8AC908
Black with #8AC908
Text Example
Text Example
White with #8AC908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC908; }
p { color: rgb(138,201,8); }
H1.HeaderClassName
{
color: #8AC908;
}
.AnyTagClassName
{
color: #8AC908;
}
</style>
background-color css
<style>
a { background-color: #8AC908; }
a { background-color: rgb(138,201,8); }
div.DivClassName
{
background-color: #8AC908;
}
.BgClassName
{
background-color: #8AC908;
}
</style>
border-color css
<style>
span { border-color: #8AC908; }
span { border-color: rgb(138,201,8); }
td.TdClassName
{
border-color: #8AC908;
}
.TagClassName
{
border-color: #8AC908;
}
</style>