#AAC601

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

Shades of Citrus #AAC601

Tints of Citrus #AAC601

Color information

#AAC601 (or 0xAAC601) is unknown color: approx Citrus. HEX triplet: AA, C6 and 01. RGB value is (170,198,1). Sum of RGB (Red+Green+Blue) = 170+198+1=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 198 (77.73% from 255 or 53.66% from 369); Blue value is 1 (0.78% from 255 or 0.27% from 369); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC601 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC601 is #5539FE. Grayscale: #A7A7A7. Windows color (decimal): -5585407 or 116394. OLE color: 116394.

HSL color Cylindrical-coordinate representation of color #AAC601: hue angle of 68.53º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAC601 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB1701981-
CMYK0.1400.990.22
HSL68.53º98.99%39.02%-
HSV(B)68.53º99.49%77.65%-
XYZ36.7848.947.54-
YUV167.1734.22130.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.07%
GREEN value IS 198 (77.73% from 255) = 53.66%
BLUE value IS 1 (0.78% from 255) = 0.27%
R=46.07%
G=53.66%
B=0.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal17019810.1400.990.2268.5398.9939.02
HexAAC61E06316456327
Octal25230611601432610514347
Binary101010101100011011110011000111011010001011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC601; }

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

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

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

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

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

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

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

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