#AAC309

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

Shades of Citrus #AAC309

Tints of Citrus #AAC309

Color information

#AAC309 (or 0xAAC309) is unknown color: approx Citrus. HEX triplet: AA, C3 and 09. RGB value is (170,195,9). Sum of RGB (Red+Green+Blue) = 170+195+9=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 195 (76.56% from 255 or 52.14% from 374); Blue value is 9 (3.91% from 255 or 2.41% from 374); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC309 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC309 is #553CF6. Grayscale: #A7A7A7. Windows color (decimal): -5586167 or 639914. OLE color: 639914.

HSL color Cylindrical-coordinate representation of color #AAC309: hue angle of 68.06º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AAC309 is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB1701959-
CMYK0.1300.950.24
HSL68.06º91.18%40%-
HSV(B)68.06º95.38%76.47%-
XYZ36.1447.67.54-
YUV166.3239.22130.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.45%
GREEN value IS 195 (76.56% from 255) = 52.14%
BLUE value IS 9 (3.91% from 255) = 2.41%
R=45.45%
G=52.14%
B=2.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal17019590.1300.950.2468.0691.1840
HexAAC39D05F18445b28
Octal252303111501373010413350
Binary101010101100001110011101010111111100010001001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC309; }

 p { color: rgb(170,195,9); }

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

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

 a { background-color: rgb(170,195,9); }

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

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

 span { border-color: rgb(170,195,9); }

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