Shades of Citrus #A2CB08
Tints of Citrus #A2CB08
RGB
CMYK
RGB Variations
Color information
#A2CB08 (or 0xA2CB08) is known color: Citrus. HEX triplet: A2, CB and 08. RGB value is (162,203,8). Sum of RGB (Red+Green+Blue) = 162+203+8=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 203 (79.69% from 255 or 54.42% from 373); Blue value is 8 (3.52% from 255 or 2.14% from 373); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CB08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2CB08 is #5D34F7. Grayscale: #A9A9A9. Windows color (decimal): -6108408 or 576418. OLE color: 576418.
HSL color Cylindrical-coordinate representation of color #A2CB08: hue angle of 72.62º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2CB08 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 203 | 8 | - |
| CMYK | 0.20 | 0 | 0.96 | 0.20 |
| HSL | 72.62º | 0.92% | 0.41% | - |
| HSV(B) | 72.62º | 0.96% | 0.8% | - |
| XYZ | 36.3 | 50.41 | 8.05 | - |
| YUV | 168.51 | 37.42 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 203 | 8 | 0.20 | 0 | 0.96 | 0.20 | 72.62 | 0.92 | 0.41 |
| Hex | A2 | CB | 8 | 14 | 0 | 60 | 14 | 49 | 5C | 29 |
| Octal | 242 | 313 | 10 | 24 | 0 | 140 | 24 | 111 | 134 | 51 |
| Binary | 10100010 | 11001011 | 1000 | 10100 | 0 | 1100000 | 10100 | 1001001 | 1011100 | 101001 |
Color Harmonies of #A2CB08
Complementary color
Monochromatic Colors of #A2CB08
Black with #A2CB08
Text Example
Text Example
White with #A2CB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CB08; }
p { color: rgb(162,203,8); }
H1.HeaderClassName
{
color: #A2CB08;
}
.AnyTagClassName
{
color: #A2CB08;
}
</style>
background-color css
<style>
a { background-color: #A2CB08; }
a { background-color: rgb(162,203,8); }
div.DivClassName
{
background-color: #A2CB08;
}
.BgClassName
{
background-color: #A2CB08;
}
</style>
border-color css
<style>
span { border-color: #A2CB08; }
span { border-color: rgb(162,203,8); }
td.TdClassName
{
border-color: #A2CB08;
}
.TagClassName
{
border-color: #A2CB08;
}
</style>