#AAB40F

Color #AAB40F Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #AAB40F

Tints of Citrus #AAB40F

Color information

#AAB40F (or 0xAAB40F) is unknown color: approx Citrus. HEX triplet: AA, B4 and 0F. RGB value is (170,180,15). Sum of RGB (Red+Green+Blue) = 170+180+15=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 180 (70.70% from 255 or 49.32% from 365); Blue value is 15 (6.25% from 255 or 4.11% from 365); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB40F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB40F is #554BF0. Grayscale: #9E9E9E. Windows color (decimal): -5590001 or 1029290. OLE color: 1029290.

HSL color Cylindrical-coordinate representation of color #AAB40F: hue angle of 63.64º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AAB40F is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB17018015-
CMYK0.0600.920.29
HSL63.64º84.62%38.24%-
HSV(B)63.64º91.67%70.59%-
XYZ32.9941.226.67-
YUV158.247.19136.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 46.58%
GREEN value IS 180 (70.70% from 255) = 49.32%
BLUE value IS 15 (6.25% from 255) = 4.11%
R=46.58%
G=49.32%
B=4.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170180150.0600.920.2963.6484.6238.24
HexAAB4F605C1D405526
Octal25226417601343510012546
Binary10101010101101001111110010111001110110000001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB40F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB40F; }

 p { color: rgb(170,180,15); }

 H1.HeaderClassName
 {
   color: #AAB40F;
 }
 .AnyTagClassName
 {
   color: #AAB40F;
 }
</style>
background-color css

<style>
 a { background-color: #AAB40F; }

 a { background-color: rgb(170,180,15); }

 div.DivClassName
 {
   background-color: #AAB40F;
 }
 .BgClassName
 {
   background-color: #AAB40F;
 }
</style>
border-color css

<style>
 span { border-color: #AAB40F; }

 span { border-color: rgb(170,180,15); }

 td.TdClassName
 {
   border-color: #AAB40F;
 }
 .TagClassName
 {
   border-color: #AAB40F;
 }
</style>