Shades of Citron #8AA306
Tints of Citron #8AA306
RGB
CMYK
RGB Variations
Color information
#8AA306 (or 0x8AA306) is known color: Citron. HEX triplet: 8A, A3 and 06. RGB value is (138,163,6). Sum of RGB (Red+Green+Blue) = 138+163+6=307 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.95% from 307); Green value is 163 (64.06% from 255 or 53.09% from 307); Blue value is 6 (2.73% from 255 or 1.95% from 307); Max value from RGB is 163 - color contains mainly: green. Hex color #8AA306 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA306 is #755CF9. Grayscale: #8A8A8A. Windows color (decimal): -7691514 or 435082. OLE color: 435082.
HSL color Cylindrical-coordinate representation of color #8AA306: hue angle of 69.55º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8AA306 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 163 | 6 | - |
| CMYK | 0.15 | 0 | 0.96 | 0.36 |
| HSL | 69.55º | 0.93% | 0.33% | - |
| HSV(B) | 69.55º | 0.96% | 0.64% | - |
| XYZ | 23.61 | 31.61 | 5.03 | - |
| YUV | 137.63 | 53.72 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 163 | 6 | 0.15 | 0 | 0.96 | 0.36 | 69.55 | 0.93 | 0.33 |
| Hex | 8A | A3 | 6 | F | 0 | 60 | 24 | 46 | 5D | 21 |
| Octal | 212 | 243 | 6 | 17 | 0 | 140 | 44 | 106 | 135 | 41 |
| Binary | 10001010 | 10100011 | 110 | 1111 | 0 | 1100000 | 100100 | 1000110 | 1011101 | 100001 |
Color Harmonies of #8AA306
Complementary color
Monochromatic Colors of #8AA306
Black with #8AA306
Text Example
Text Example
White with #8AA306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA306; }
p { color: rgb(138,163,6); }
H1.HeaderClassName
{
color: #8AA306;
}
.AnyTagClassName
{
color: #8AA306;
}
</style>
background-color css
<style>
a { background-color: #8AA306; }
a { background-color: rgb(138,163,6); }
div.DivClassName
{
background-color: #8AA306;
}
.BgClassName
{
background-color: #8AA306;
}
</style>
border-color css
<style>
span { border-color: #8AA306; }
span { border-color: rgb(138,163,6); }
td.TdClassName
{
border-color: #8AA306;
}
.TagClassName
{
border-color: #8AA306;
}
</style>