Shades of Citrus #A2CE08
Tints of Citrus #A2CE08
RGB
CMYK
RGB Variations
Color information
#A2CE08 (or 0xA2CE08) is known color: Citrus. HEX triplet: A2, CE and 08. RGB value is (162,206,8). Sum of RGB (Red+Green+Blue) = 162+206+8=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 206 (80.86% from 255 or 54.79% from 376); Blue value is 8 (3.52% from 255 or 2.13% from 376); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2CE08 is #5D31F7. Grayscale: #ABABAB. Windows color (decimal): -6107640 or 577186. OLE color: 577186.
HSL color Cylindrical-coordinate representation of color #A2CE08: hue angle of 73.33º 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 #A2CE08 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 206 | 8 | - |
| CMYK | 0.21 | 0 | 0.96 | 0.19 |
| HSL | 73.33º | 0.93% | 0.42% | - |
| HSV(B) | 73.33º | 0.96% | 0.81% | - |
| XYZ | 37.02 | 51.84 | 8.29 | - |
| YUV | 170.27 | 36.42 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 206 | 8 | 0.21 | 0 | 0.96 | 0.19 | 73.33 | 0.93 | 0.42 |
| Hex | A2 | CE | 8 | 15 | 0 | 60 | 13 | 49 | 5D | 2A |
| Octal | 242 | 316 | 10 | 25 | 0 | 140 | 23 | 111 | 135 | 52 |
| Binary | 10100010 | 11001110 | 1000 | 10101 | 0 | 1100000 | 10011 | 1001001 | 1011101 | 101010 |
Color Harmonies of #A2CE08
Complementary color
Monochromatic Colors of #A2CE08
Black with #A2CE08
Text Example
Text Example
White with #A2CE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CE08; }
p { color: rgb(162,206,8); }
H1.HeaderClassName
{
color: #A2CE08;
}
.AnyTagClassName
{
color: #A2CE08;
}
</style>
background-color css
<style>
a { background-color: #A2CE08; }
a { background-color: rgb(162,206,8); }
div.DivClassName
{
background-color: #A2CE08;
}
.BgClassName
{
background-color: #A2CE08;
}
</style>
border-color css
<style>
span { border-color: #A2CE08; }
span { border-color: rgb(162,206,8); }
td.TdClassName
{
border-color: #A2CE08;
}
.TagClassName
{
border-color: #A2CE08;
}
</style>