Shades of Citrus #8AD303
Tints of Citrus #8AD303
RGB
CMYK
RGB Variations
Color information
#8AD303 (or 0x8AD303) is known color: Citrus. HEX triplet: 8A, D3 and 03. RGB value is (138,211,3). Sum of RGB (Red+Green+Blue) = 138+211+3=352 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.20% from 352); Green value is 211 (82.81% from 255 or 59.94% from 352); Blue value is 3 (1.56% from 255 or 0.85% from 352); Max value from RGB is 211 - color contains mainly: green. Hex color #8AD303 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD303 is #752CFC. Grayscale: #A6A6A6. Windows color (decimal): -7679229 or 250762. OLE color: 250762.
HSL color Cylindrical-coordinate representation of color #8AD303: hue angle of 81.06º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8AD303 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 138 | 211 | 3 | - |
| CMYK | 0.35 | 0 | 0.99 | 0.17 |
| HSL | 81.06º | 0.97% | 0.42% | - |
| HSV(B) | 81.06º | 0.99% | 0.83% | - |
| XYZ | 33.79 | 52 | 8.34 | - |
| YUV | 165.46 | 36.32 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 211 | 3 | 0.35 | 0 | 0.99 | 0.17 | 81.06 | 0.97 | 0.42 |
| Hex | 8A | D3 | 3 | 23 | 0 | 63 | 11 | 51 | 61 | 2A |
| Octal | 212 | 323 | 3 | 43 | 0 | 143 | 21 | 121 | 141 | 52 |
| Binary | 10001010 | 11010011 | 11 | 100011 | 0 | 1100011 | 10001 | 1010001 | 1100001 | 101010 |
Color Harmonies of #8AD303
Complementary color
Monochromatic Colors of #8AD303
Black with #8AD303
Text Example
Text Example
White with #8AD303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD303; }
p { color: rgb(138,211,3); }
H1.HeaderClassName
{
color: #8AD303;
}
.AnyTagClassName
{
color: #8AD303;
}
</style>
background-color css
<style>
a { background-color: #8AD303; }
a { background-color: rgb(138,211,3); }
div.DivClassName
{
background-color: #8AD303;
}
.BgClassName
{
background-color: #8AD303;
}
</style>
border-color css
<style>
span { border-color: #8AD303; }
span { border-color: rgb(138,211,3); }
td.TdClassName
{
border-color: #8AD303;
}
.TagClassName
{
border-color: #8AD303;
}
</style>