Shades of Citrus #8AB405
Tints of Citrus #8AB405
RGB
CMYK
RGB Variations
Color information
#8AB405 (or 0x8AB405) is known color: Citrus. HEX triplet: 8A, B4 and 05. RGB value is (138,180,5). Sum of RGB (Red+Green+Blue) = 138+180+5=323 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.72% from 323); Green value is 180 (70.70% from 255 or 55.73% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB405 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB405 is #754BFA. Grayscale: #949494. Windows color (decimal): -7687163 or 373898. OLE color: 373898.
HSL color Cylindrical-coordinate representation of color #8AB405: hue angle of 74.4º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8AB405 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 180 | 5 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.29 |
| HSL | 74.4º | 0.95% | 0.36% | - |
| HSV(B) | 74.4º | 0.97% | 0.71% | - |
| XYZ | 26.83 | 38.06 | 6.08 | - |
| YUV | 147.49 | 47.59 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 180 | 5 | 0.23 | 0 | 0.97 | 0.29 | 74.4 | 0.95 | 0.36 |
| Hex | 8A | B4 | 5 | 17 | 0 | 61 | 1D | 4A | 5F | 24 |
| Octal | 212 | 264 | 5 | 27 | 0 | 141 | 35 | 112 | 137 | 44 |
| Binary | 10001010 | 10110100 | 101 | 10111 | 0 | 1100001 | 11101 | 1001010 | 1011111 | 100100 |
Color Harmonies of #8AB405
Complementary color
Monochromatic Colors of #8AB405
Black with #8AB405
Text Example
Text Example
White with #8AB405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB405; }
p { color: rgb(138,180,5); }
H1.HeaderClassName
{
color: #8AB405;
}
.AnyTagClassName
{
color: #8AB405;
}
</style>
background-color css
<style>
a { background-color: #8AB405; }
a { background-color: rgb(138,180,5); }
div.DivClassName
{
background-color: #8AB405;
}
.BgClassName
{
background-color: #8AB405;
}
</style>
border-color css
<style>
span { border-color: #8AB405; }
span { border-color: rgb(138,180,5); }
td.TdClassName
{
border-color: #8AB405;
}
.TagClassName
{
border-color: #8AB405;
}
</style>