Html Css Color HEX #AAC809 Citrus

📋 copy color: '#AAC809'

red 170 ◦ green 200 ◦ blue 9

#AAC809
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #AAC809

Tints of Citrus #AAC809

RGB

 RED value IS 170 (66.8% from 255) = 44.85%

 GREEN value IS 200 (78.52% from 255) = 52.77%

 BLUE value IS 9 (3.91% from 255) = 2.37%

R = 44.85%
G = 52.77%
B = 2.37%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#AAC809 (or 0xAAC809) is known color: Citrus. HEX triplet: AA, C8 and 09. RGB value is (170,200,9). Sum of RGB (Red+Green+Blue) = 170+200+9=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 200 (78.52% from 255 or 52.77% from 379); Blue value is 9 (3.91% from 255 or 2.37% from 379); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC809 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC809 is #5537F6. Grayscale: #A9A9A9. Windows color (decimal): -5584887 or 641194. OLE color: 641194.

HSL color Cylindrical-coordinate representation of color #AAC809: hue angle of 69.42º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AAC809 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 200 9 -
CMYK 0.15 0 0.96 0.22
HSL 69.42º 0.91% 0.41% -
HSV(B) 69.42º 0.96% 0.78% -
XYZ 37.28 49.87 7.92 -
YUV 169.26 37.56 128.53 -
System Red Green Blue C M Y K H S L
Decimal 170 200 9 0.15 0 0.96 0.22 69.42 0.91 0.41
Hex AA C8 9 F 0 60 16 45 5B 29
Octal 252 310 11 17 0 140 26 105 133 51
Binary 10101010 11001000 1001 1111 0 1100000 10110 1000101 1011011 101001

Color Harmonies of #AAC809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC809

Black with #AAC809

Text Example


Text Example

White with #AAC809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC809; }

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

 H1.HeaderClassName
 {
   color: #AAC809;
 }
 .AnyTagClassName
 {
   color: #AAC809;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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