Shades of Citrus #8AB80F
Tints of Citrus #8AB80F
RGB
CMYK
RGB Variations
Color information
#8AB80F (or 0x8AB80F) is known color: Citrus. HEX triplet: 8A, B8 and 0F. RGB value is (138,184,15). Sum of RGB (Red+Green+Blue) = 138+184+15=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 184 (72.27% from 255 or 54.60% from 337); Blue value is 15 (6.25% from 255 or 4.45% from 337); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB80F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB80F is #7547F0. Grayscale: #979797. Windows color (decimal): -7686129 or 1030282. OLE color: 1030282.
HSL color Cylindrical-coordinate representation of color #8AB80F: hue angle of 76.33º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8AB80F is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 184 | 15 | - |
| CMYK | 0.25 | 0 | 0.92 | 0.28 |
| HSL | 76.33º | 0.85% | 0.39% | - |
| HSV(B) | 76.33º | 0.92% | 0.72% | - |
| XYZ | 27.71 | 39.72 | 6.66 | - |
| YUV | 150.98 | 51.26 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 184 | 15 | 0.25 | 0 | 0.92 | 0.28 | 76.33 | 0.85 | 0.39 |
| Hex | 8A | B8 | F | 19 | 0 | 5C | 1C | 4C | 55 | 27 |
| Octal | 212 | 270 | 17 | 31 | 0 | 134 | 34 | 114 | 125 | 47 |
| Binary | 10001010 | 10111000 | 1111 | 11001 | 0 | 1011100 | 11100 | 1001100 | 1010101 | 100111 |
Color Harmonies of #8AB80F
Complementary color
Monochromatic Colors of #8AB80F
Black with #8AB80F
Text Example
Text Example
White with #8AB80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB80F; }
p { color: rgb(138,184,15); }
H1.HeaderClassName
{
color: #8AB80F;
}
.AnyTagClassName
{
color: #8AB80F;
}
</style>
background-color css
<style>
a { background-color: #8AB80F; }
a { background-color: rgb(138,184,15); }
div.DivClassName
{
background-color: #8AB80F;
}
.BgClassName
{
background-color: #8AB80F;
}
</style>
border-color css
<style>
span { border-color: #8AB80F; }
span { border-color: rgb(138,184,15); }
td.TdClassName
{
border-color: #8AB80F;
}
.TagClassName
{
border-color: #8AB80F;
}
</style>