#AAC407

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

Shades of Citrus #AAC407

Tints of Citrus #AAC407

Color information

#AAC407 (or 0xAAC407) is unknown color: approx Citrus. HEX triplet: AA, C4 and 07. RGB value is (170,196,7). Sum of RGB (Red+Green+Blue) = 170+196+7=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 196 (76.95% from 255 or 52.55% from 373); Blue value is 7 (3.12% from 255 or 1.88% from 373); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC407 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC407 is #553BF8. Grayscale: #A7A7A7. Windows color (decimal): -5585913 or 509098. OLE color: 509098.

HSL color Cylindrical-coordinate representation of color #AAC407: hue angle of 68.25º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AAC407 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB1701967-
CMYK0.1300.960.23
HSL68.25º93.1%39.8%-
HSV(B)68.25º96.43%76.86%-
XYZ36.3648.047.56-
YUV166.6837.89130.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.58%
GREEN value IS 196 (76.95% from 255) = 52.55%
BLUE value IS 7 (3.12% from 255) = 1.88%
R=45.58%
G=52.55%
B=1.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal17019670.1300.960.2368.2593.139.8
HexAAC47D06017445d28
Octal25230471501402710413550
Binary10101010110001001111101011000001011110001001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC407; }

 p { color: rgb(170,196,7); }

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

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

 a { background-color: rgb(170,196,7); }

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

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

 span { border-color: rgb(170,196,7); }

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