#AAC201

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

Shades of Citrus #AAC201

Tints of Citrus #AAC201

Color information

#AAC201 (or 0xAAC201) is unknown color: approx Citrus. HEX triplet: AA, C2 and 01. RGB value is (170,194,1). Sum of RGB (Red+Green+Blue) = 170+194+1=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 194 (76.17% from 255 or 53.15% from 365); Blue value is 1 (0.78% from 255 or 0.27% from 365); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC201 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC201 is #553DFE. Grayscale: #A5A5A5. Windows color (decimal): -5586431 or 115370. OLE color: 115370.

HSL color Cylindrical-coordinate representation of color #AAC201: hue angle of 67.46º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAC201 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB1701941-
CMYK0.1200.990.24
HSL67.46º98.97%38.24%-
HSV(B)67.46º99.48%76.08%-
XYZ35.8747.137.24-
YUV164.8235.55131.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.58%
GREEN value IS 194 (76.17% from 255) = 53.15%
BLUE value IS 1 (0.78% from 255) = 0.27%
R=46.58%
G=53.15%
B=0.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal17019410.1200.990.2467.4698.9738.24
HexAAC21C06318436326
Octal25230211401433010314346
Binary101010101100001011100011000111100010000111100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC201; }

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

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

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

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

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

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

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

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