Html Css Color HEX #AAC409 Citrus

📋 copy color: '#AAC409'

red 170 ◦ green 196 ◦ blue 9

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

Shades of Citrus #AAC409

Tints of Citrus #AAC409

RGB

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

 GREEN value IS 196 (76.95% from 255) = 52.27%

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

R = 45.33%
G = 52.27%
B = 2.4%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#AAC409 (or 0xAAC409) is known color: Citrus. HEX triplet: AA, C4 and 09. RGB value is (170,196,9). Sum of RGB (Red+Green+Blue) = 170+196+9=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 196 (76.95% from 255 or 52.27% from 375); Blue value is 9 (3.91% from 255 or 2.4% from 375); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC409 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC409 is #553BF6. Grayscale: #A7A7A7. Windows color (decimal): -5585911 or 640170. OLE color: 640170.

HSL color Cylindrical-coordinate representation of color #AAC409: hue angle of 68.34º 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 #AAC409 is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 196 9 -
CMYK 0.13 0 0.95 0.23
HSL 68.34º 0.91% 0.4% -
HSV(B) 68.34º 0.95% 0.77% -
XYZ 36.37 48.05 7.62 -
YUV 166.91 38.89 130.21 -
System Red Green Blue C M Y K H S L
Decimal 170 196 9 0.13 0 0.95 0.23 68.34 0.91 0.4
Hex AA C4 9 D 0 5F 17 44 5B 28
Octal 252 304 11 15 0 137 27 104 133 50
Binary 10101010 11000100 1001 1101 0 1011111 10111 1000100 1011011 101000

Color Harmonies of #AAC409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC409

Black with #AAC409

Text Example


Text Example

White with #AAC409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC409; }

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

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

background-color css

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

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

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

border-color css

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

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

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