#AACA01

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

Shades of Citrus #AACA01

Tints of Citrus #AACA01

Color information

#AACA01 (or 0xAACA01) is unknown color: approx Citrus. HEX triplet: AA, CA and 01. RGB value is (170,202,1). Sum of RGB (Red+Green+Blue) = 170+202+1=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 202 (79.30% from 255 or 54.16% from 373); Blue value is 1 (0.78% from 255 or 0.27% from 373); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACA01 is #5535FE. Grayscale: #AAAAAA. Windows color (decimal): -5584383 or 117418. OLE color: 117418.

HSL color Cylindrical-coordinate representation of color #AACA01: hue angle of 69.55º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AACA01 is Cyan = 0.16, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.21.

Color convert

RGB1702021-
CMYK0.1601.000.21
HSL69.55º99.01%39.8%-
HSV(B)69.55º99.5%79.22%-
XYZ37.750.797.84-
YUV169.5232.9128.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.58%
GREEN value IS 202 (79.30% from 255) = 54.16%
BLUE value IS 1 (0.78% from 255) = 0.27%
R=45.58%
G=54.16%
B=0.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal17020210.1601.000.2169.5599.0139.8
HexAACA11006415466328
Octal25231212001442510614350
Binary1010101011001010110000011001001010110001101100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACA01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACA01; }

 p { color: rgb(170,202,1); }

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

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

 a { background-color: rgb(170,202,1); }

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

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

 span { border-color: rgb(170,202,1); }

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