Shades of Citrus #AEB001
Tints of Citrus #AEB001
RGB
CMYK
RGB Variations
Color information
#AEB001 (or 0xAEB001) is known color: Citrus. HEX triplet: AE, B0 and 01. RGB value is (174,176,1). Sum of RGB (Red+Green+Blue) = 174+176+1=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 176 (69.14% from 255 or 50.14% from 351); Blue value is 1 (0.78% from 255 or 0.28% from 351); Max value from RGB is 176 - color contains mainly: green. Hex color #AEB001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEB001 is #514FFE. Grayscale: #9C9C9C. Windows color (decimal): -5328895 or 110766. OLE color: 110766.
HSL color Cylindrical-coordinate representation of color #AEB001: hue angle of 60.69º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AEB001 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 174 | 176 | 1 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.31 |
| HSL | 60.69º | 0.99% | 0.35% | - |
| HSV(B) | 60.69º | 0.99% | 0.69% | - |
| XYZ | 32.99 | 40.05 | 6.02 | - |
| YUV | 155.45 | 40.84 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 176 | 1 | 0.01 | 0 | 0.99 | 0.31 | 60.69 | 0.99 | 0.35 |
| Hex | AE | B0 | 1 | 1 | 0 | 63 | 1F | 3D | 63 | 23 |
| Octal | 256 | 260 | 1 | 1 | 0 | 143 | 37 | 75 | 143 | 43 |
| Binary | 10101110 | 10110000 | 1 | 1 | 0 | 1100011 | 11111 | 111101 | 1100011 | 100011 |
Color Harmonies of #AEB001
Complementary color
Monochromatic Colors of #AEB001
Black with #AEB001
Text Example
Text Example
White with #AEB001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB001; }
p { color: rgb(174,176,1); }
H1.HeaderClassName
{
color: #AEB001;
}
.AnyTagClassName
{
color: #AEB001;
}
</style>
background-color css
<style>
a { background-color: #AEB001; }
a { background-color: rgb(174,176,1); }
div.DivClassName
{
background-color: #AEB001;
}
.BgClassName
{
background-color: #AEB001;
}
</style>
border-color css
<style>
span { border-color: #AEB001; }
span { border-color: rgb(174,176,1); }
td.TdClassName
{
border-color: #AEB001;
}
.TagClassName
{
border-color: #AEB001;
}
</style>