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