#AAC508

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

Shades of Citrus #AAC508

Tints of Citrus #AAC508

Color information

#AAC508 (or 0xAAC508) is unknown color: approx Citrus. HEX triplet: AA, C5 and 08. RGB value is (170,197,8). Sum of RGB (Red+Green+Blue) = 170+197+8=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 197 (77.34% from 255 or 52.53% from 375); Blue value is 8 (3.52% from 255 or 2.13% from 375); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC508 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC508 is #553AF7. Grayscale: #A8A8A8. Windows color (decimal): -5585656 or 574890. OLE color: 574890.

HSL color Cylindrical-coordinate representation of color #AAC508: hue angle of 68.57º degrees, saturation: 0.92, 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 #AAC508 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB1701978-
CMYK0.1400.960.23
HSL68.57º92.2%40.2%-
HSV(B)68.57º95.94%77.25%-
XYZ36.5948.57.66-
YUV167.3838.05129.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.33%
GREEN value IS 197 (77.34% from 255) = 52.53%
BLUE value IS 8 (3.52% from 255) = 2.13%
R=45.33%
G=52.53%
B=2.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal17019780.1400.960.2368.5792.240.2
HexAAC58E06017455c28
Octal252305101601402710513450
Binary101010101100010110001110011000001011110001011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC508; }

 p { color: rgb(170,197,8); }

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

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

 a { background-color: rgb(170,197,8); }

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

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

 span { border-color: rgb(170,197,8); }

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