Shades of Citrus #A2CF08
Tints of Citrus #A2CF08
RGB
CMYK
RGB Variations
Color information
#A2CF08 (or 0xA2CF08) is known color: Citrus. HEX triplet: A2, CF and 08. RGB value is (162,207,8). Sum of RGB (Red+Green+Blue) = 162+207+8=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 207 (81.25% from 255 or 54.91% from 377); Blue value is 8 (3.52% from 255 or 2.12% from 377); Max value from RGB is 207 - color contains mainly: green. Hex color #A2CF08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2CF08 is #5D30F7. Grayscale: #ABABAB. Windows color (decimal): -6107384 or 577442. OLE color: 577442.
HSL color Cylindrical-coordinate representation of color #A2CF08: hue angle of 73.57º degrees, saturation: 0.93, 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 #A2CF08 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 207 | 8 | - |
| CMYK | 0.22 | 0 | 0.96 | 0.19 |
| HSL | 73.57º | 0.93% | 0.42% | - |
| HSV(B) | 73.57º | 0.96% | 0.81% | - |
| XYZ | 37.26 | 52.32 | 8.37 | - |
| YUV | 170.86 | 36.09 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 207 | 8 | 0.22 | 0 | 0.96 | 0.19 | 73.57 | 0.93 | 0.42 |
| Hex | A2 | CF | 8 | 16 | 0 | 60 | 13 | 4A | 5D | 2A |
| Octal | 242 | 317 | 10 | 26 | 0 | 140 | 23 | 112 | 135 | 52 |
| Binary | 10100010 | 11001111 | 1000 | 10110 | 0 | 1100000 | 10011 | 1001010 | 1011101 | 101010 |
Color Harmonies of #A2CF08
Complementary color
Monochromatic Colors of #A2CF08
Black with #A2CF08
Text Example
Text Example
White with #A2CF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CF08; }
p { color: rgb(162,207,8); }
H1.HeaderClassName
{
color: #A2CF08;
}
.AnyTagClassName
{
color: #A2CF08;
}
</style>
background-color css
<style>
a { background-color: #A2CF08; }
a { background-color: rgb(162,207,8); }
div.DivClassName
{
background-color: #A2CF08;
}
.BgClassName
{
background-color: #A2CF08;
}
</style>
border-color css
<style>
span { border-color: #A2CF08; }
span { border-color: rgb(162,207,8); }
td.TdClassName
{
border-color: #A2CF08;
}
.TagClassName
{
border-color: #A2CF08;
}
</style>