Html Css Color HEX #AAC806 Citrus

📋 copy color: '#AAC806'

red 170 ◦ green 200 ◦ blue 6

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

Shades of Citrus #AAC806

Tints of Citrus #AAC806

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.6%

R = 45.21%
G = 53.19%
B = 1.6%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#AAC806 (or 0xAAC806) is known color: Citrus. HEX triplet: AA, C8 and 06. RGB value is (170,200,6). Sum of RGB (Red+Green+Blue) = 170+200+6=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 200 (78.52% from 255 or 53.19% from 376); Blue value is 6 (2.73% from 255 or 1.60% from 376); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC806 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC806 is #5537F9. Grayscale: #A9A9A9. Windows color (decimal): -5584890 or 444586. OLE color: 444586.

HSL color Cylindrical-coordinate representation of color #AAC806: hue angle of 69.28º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AAC806 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 200 6 -
CMYK 0.15 0 0.97 0.22
HSL 69.28º 0.94% 0.4% -
HSV(B) 69.28º 0.97% 0.78% -
XYZ 37.26 49.87 7.83 -
YUV 168.91 36.06 128.77 -
System Red Green Blue C M Y K H S L
Decimal 170 200 6 0.15 0 0.97 0.22 69.28 0.94 0.4
Hex AA C8 6 F 0 61 16 45 5E 28
Octal 252 310 6 17 0 141 26 105 136 50
Binary 10101010 11001000 110 1111 0 1100001 10110 1000101 1011110 101000

Color Harmonies of #AAC806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC806

Black with #AAC806

Text Example


Text Example

White with #AAC806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC806; }

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

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

background-color css

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

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

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

border-color css

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

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

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