Shades of Citrus #8AD603
Tints of Citrus #8AD603
RGB
CMYK
RGB Variations
Color information
#8AD603 (or 0x8AD603) is known color: Citrus. HEX triplet: 8A, D6 and 03. RGB value is (138,214,3). Sum of RGB (Red+Green+Blue) = 138+214+3=355 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.87% from 355); Green value is 214 (83.98% from 255 or 60.28% from 355); Blue value is 3 (1.56% from 255 or 0.85% from 355); Max value from RGB is 214 - color contains mainly: green. Hex color #8AD603 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD603 is #7529FC. Grayscale: #A7A7A7. Windows color (decimal): -7678461 or 251530. OLE color: 251530.
HSL color Cylindrical-coordinate representation of color #8AD603: hue angle of 81.61º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8AD603 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 214 | 3 | - |
| CMYK | 0.36 | 0 | 0.99 | 0.16 |
| HSL | 81.61º | 0.97% | 0.43% | - |
| HSV(B) | 81.61º | 0.99% | 0.84% | - |
| XYZ | 34.54 | 53.5 | 8.59 | - |
| YUV | 167.22 | 35.32 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 214 | 3 | 0.36 | 0 | 0.99 | 0.16 | 81.61 | 0.97 | 0.43 |
| Hex | 8A | D6 | 3 | 24 | 0 | 63 | 10 | 52 | 61 | 2B |
| Octal | 212 | 326 | 3 | 44 | 0 | 143 | 20 | 122 | 141 | 53 |
| Binary | 10001010 | 11010110 | 11 | 100100 | 0 | 1100011 | 10000 | 1010010 | 1100001 | 101011 |
Color Harmonies of #8AD603
Complementary color
Monochromatic Colors of #8AD603
Black with #8AD603
Text Example
Text Example
White with #8AD603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD603; }
p { color: rgb(138,214,3); }
H1.HeaderClassName
{
color: #8AD603;
}
.AnyTagClassName
{
color: #8AD603;
}
</style>
background-color css
<style>
a { background-color: #8AD603; }
a { background-color: rgb(138,214,3); }
div.DivClassName
{
background-color: #8AD603;
}
.BgClassName
{
background-color: #8AD603;
}
</style>
border-color css
<style>
span { border-color: #8AD603; }
span { border-color: rgb(138,214,3); }
td.TdClassName
{
border-color: #8AD603;
}
.TagClassName
{
border-color: #8AD603;
}
</style>