Shades of Citrus #AABD07
Tints of Citrus #AABD07
RGB
CMYK
RGB Variations
Color information
#AABD07 (or 0xAABD07) is known color: Citrus. HEX triplet: AA, BD and 07. RGB value is (170,189,7). Sum of RGB (Red+Green+Blue) = 170+189+7=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 189 (74.22% from 255 or 51.64% from 366); Blue value is 7 (3.12% from 255 or 1.91% from 366); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABD07 is #5542F8. Grayscale: #A3A3A3. Windows color (decimal): -5587705 or 507306. OLE color: 507306.
HSL color Cylindrical-coordinate representation of color #AABD07: hue angle of 66.26º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AABD07 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 189 | 7 | - |
| CMYK | 0.10 | 0 | 0.96 | 0.26 |
| HSL | 66.26º | 0.93% | 0.38% | - |
| HSV(B) | 66.26º | 0.96% | 0.74% | - |
| XYZ | 34.81 | 44.96 | 7.04 | - |
| YUV | 162.57 | 40.21 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 189 | 7 | 0.10 | 0 | 0.96 | 0.26 | 66.26 | 0.93 | 0.38 |
| Hex | AA | BD | 7 | A | 0 | 60 | 1A | 42 | 5D | 26 |
| Octal | 252 | 275 | 7 | 12 | 0 | 140 | 32 | 102 | 135 | 46 |
| Binary | 10101010 | 10111101 | 111 | 1010 | 0 | 1100000 | 11010 | 1000010 | 1011101 | 100110 |
Color Harmonies of #AABD07
Complementary color
Monochromatic Colors of #AABD07
Black with #AABD07
Text Example
Text Example
White with #AABD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABD07; }
p { color: rgb(170,189,7); }
H1.HeaderClassName
{
color: #AABD07;
}
.AnyTagClassName
{
color: #AABD07;
}
</style>
background-color css
<style>
a { background-color: #AABD07; }
a { background-color: rgb(170,189,7); }
div.DivClassName
{
background-color: #AABD07;
}
.BgClassName
{
background-color: #AABD07;
}
</style>
border-color css
<style>
span { border-color: #AABD07; }
span { border-color: rgb(170,189,7); }
td.TdClassName
{
border-color: #AABD07;
}
.TagClassName
{
border-color: #AABD07;
}
</style>