Shades of Citrus #9ACF05
Tints of Citrus #9ACF05
RGB
CMYK
RGB Variations
Color information
#9ACF05 (or 0x9ACF05) is known color: Citrus. HEX triplet: 9A, CF and 05. RGB value is (154,207,5). Sum of RGB (Red+Green+Blue) = 154+207+5=366 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.08% from 366); Green value is 207 (81.25% from 255 or 56.56% from 366); Blue value is 5 (2.34% from 255 or 1.37% from 366); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACF05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ACF05 is #6530FA. Grayscale: #A8A8A8. Windows color (decimal): -6631675 or 380826. OLE color: 380826.
HSL color Cylindrical-coordinate representation of color #9ACF05: hue angle of 75.74º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9ACF05 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 207 | 5 | - |
| CMYK | 0.26 | 0 | 0.98 | 0.19 |
| HSL | 75.74º | 0.95% | 0.42% | - |
| HSV(B) | 75.74º | 0.98% | 0.81% | - |
| XYZ | 35.67 | 51.51 | 8.21 | - |
| YUV | 168.13 | 35.94 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 207 | 5 | 0.26 | 0 | 0.98 | 0.19 | 75.74 | 0.95 | 0.42 |
| Hex | 9A | CF | 5 | 1A | 0 | 62 | 13 | 4C | 5F | 2A |
| Octal | 232 | 317 | 5 | 32 | 0 | 142 | 23 | 114 | 137 | 52 |
| Binary | 10011010 | 11001111 | 101 | 11010 | 0 | 1100010 | 10011 | 1001100 | 1011111 | 101010 |
Color Harmonies of #9ACF05
Complementary color
Monochromatic Colors of #9ACF05
Black with #9ACF05
Text Example
Text Example
White with #9ACF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACF05; }
p { color: rgb(154,207,5); }
H1.HeaderClassName
{
color: #9ACF05;
}
.AnyTagClassName
{
color: #9ACF05;
}
</style>
background-color css
<style>
a { background-color: #9ACF05; }
a { background-color: rgb(154,207,5); }
div.DivClassName
{
background-color: #9ACF05;
}
.BgClassName
{
background-color: #9ACF05;
}
</style>
border-color css
<style>
span { border-color: #9ACF05; }
span { border-color: rgb(154,207,5); }
td.TdClassName
{
border-color: #9ACF05;
}
.TagClassName
{
border-color: #9ACF05;
}
</style>