Html Css Color HEX #AAC009 Citrus

📋 copy color: '#AAC009'

red 170 ◦ green 192 ◦ blue 9

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

Shades of Citrus #AAC009

Tints of Citrus #AAC009

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.75%

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

R = 45.82%
G = 51.75%
B = 2.43%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#AAC009 (or 0xAAC009) is known color: Citrus. HEX triplet: AA, C0 and 09. RGB value is (170,192,9). Sum of RGB (Red+Green+Blue) = 170+192+9=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 9 (3.91% from 255 or 2.43% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC009 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC009 is #553FF6. Grayscale: #A5A5A5. Windows color (decimal): -5586935 or 639146. OLE color: 639146.

HSL color Cylindrical-coordinate representation of color #AAC009: hue angle of 67.21º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AAC009 is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 192 9 -
CMYK 0.11 0 0.95 0.25
HSL 67.21º 0.91% 0.39% -
HSV(B) 67.21º 0.95% 0.75% -
XYZ 35.48 46.27 7.32 -
YUV 164.56 40.21 131.88 -
System Red Green Blue C M Y K H S L
Decimal 170 192 9 0.11 0 0.95 0.25 67.21 0.91 0.39
Hex AA C0 9 B 0 5F 19 43 5B 27
Octal 252 300 11 13 0 137 31 103 133 47
Binary 10101010 11000000 1001 1011 0 1011111 11001 1000011 1011011 100111

Color Harmonies of #AAC009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC009

Black with #AAC009

Text Example


Text Example

White with #AAC009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC009; }

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

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

background-color css

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

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

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

border-color css

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

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

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