Html Css Color HEX #AAC509 Citrus

📋 copy color: '#AAC509'

red 170 ◦ green 197 ◦ blue 9

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

Shades of Citrus #AAC509

Tints of Citrus #AAC509

RGB

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

 GREEN value IS 197 (77.34% from 255) = 52.39%

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

R = 45.21%
G = 52.39%
B = 2.39%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#AAC509 (or 0xAAC509) is known color: Citrus. HEX triplet: AA, C5 and 09. RGB value is (170,197,9). Sum of RGB (Red+Green+Blue) = 170+197+9=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 197 (77.34% from 255 or 52.39% from 376); Blue value is 9 (3.91% from 255 or 2.39% from 376); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC509 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC509 is #553AF6. Grayscale: #A8A8A8. Windows color (decimal): -5585655 or 640426. OLE color: 640426.

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

Color convert

RGB 170 197 9 -
CMYK 0.14 0 0.95 0.23
HSL 68.62º 0.91% 0.4% -
HSV(B) 68.62º 0.95% 0.77% -
XYZ 36.59 48.5 7.69 -
YUV 167.5 38.55 129.79 -
System Red Green Blue C M Y K H S L
Decimal 170 197 9 0.14 0 0.95 0.23 68.62 0.91 0.4
Hex AA C5 9 E 0 5F 17 45 5B 28
Octal 252 305 11 16 0 137 27 105 133 50
Binary 10101010 11000101 1001 1110 0 1011111 10111 1000101 1011011 101000

Color Harmonies of #AAC509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC509

Black with #AAC509

Text Example


Text Example

White with #AAC509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC509; }

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

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

background-color css

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

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

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

border-color css

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

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

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