Shades of Citrus #8CCF09
Tints of Citrus #8CCF09
RGB
CMYK
RGB Variations
Color information
#8CCF09 (or 0x8CCF09) is known color: Citrus. HEX triplet: 8C, CF and 09. RGB value is (140,207,9). Sum of RGB (Red+Green+Blue) = 140+207+9=356 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.33% from 356); Green value is 207 (81.25% from 255 or 58.15% from 356); Blue value is 9 (3.91% from 255 or 2.53% from 356); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCF09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CCF09 is #7330F6. Grayscale: #A5A5A5. Windows color (decimal): -7549175 or 642956. OLE color: 642956.
HSL color Cylindrical-coordinate representation of color #8CCF09: hue angle of 80.3º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8CCF09 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 207 | 9 | - |
| CMYK | 0.32 | 0 | 0.96 | 0.19 |
| HSL | 80.3º | 0.92% | 0.42% | - |
| HSV(B) | 80.3º | 0.96% | 0.81% | - |
| XYZ | 33.18 | 50.22 | 8.2 | - |
| YUV | 164.4 | 40.3 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 207 | 9 | 0.32 | 0 | 0.96 | 0.19 | 80.3 | 0.92 | 0.42 |
| Hex | 8C | CF | 9 | 20 | 0 | 60 | 13 | 50 | 5C | 2A |
| Octal | 214 | 317 | 11 | 40 | 0 | 140 | 23 | 120 | 134 | 52 |
| Binary | 10001100 | 11001111 | 1001 | 100000 | 0 | 1100000 | 10011 | 1010000 | 1011100 | 101010 |
Color Harmonies of #8CCF09
Complementary color
Monochromatic Colors of #8CCF09
Black with #8CCF09
Text Example
Text Example
White with #8CCF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCF09; }
p { color: rgb(140,207,9); }
H1.HeaderClassName
{
color: #8CCF09;
}
.AnyTagClassName
{
color: #8CCF09;
}
</style>
background-color css
<style>
a { background-color: #8CCF09; }
a { background-color: rgb(140,207,9); }
div.DivClassName
{
background-color: #8CCF09;
}
.BgClassName
{
background-color: #8CCF09;
}
</style>
border-color css
<style>
span { border-color: #8CCF09; }
span { border-color: rgb(140,207,9); }
td.TdClassName
{
border-color: #8CCF09;
}
.TagClassName
{
border-color: #8CCF09;
}
</style>