Html Css Color HEX #AAC801 Citrus

📋 copy color: '#AAC801'

red 170 ◦ green 200 ◦ blue 1

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

Shades of Citrus #AAC801

Tints of Citrus #AAC801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 45.82%
G = 53.91%
B = 0.27%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1.00

 K value IS 0.22

RGB Variations

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

Color information

#AAC801 (or 0xAAC801) is known color: Citrus. HEX triplet: AA, C8 and 01. RGB value is (170,200,1). Sum of RGB (Red+Green+Blue) = 170+200+1=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 200 (78.52% from 255 or 53.91% from 371); Blue value is 1 (0.78% from 255 or 0.27% from 371); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC801 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC801 is #5537FE. Grayscale: #A9A9A9. Windows color (decimal): -5584895 or 116906. OLE color: 116906.

HSL color Cylindrical-coordinate representation of color #AAC801: hue angle of 69.05º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AAC801 is Cyan = 0.15, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 200 1 -
CMYK 0.15 0 1.00 0.22
HSL 69.05º 0.99% 0.39% -
HSV(B) 69.05º 1% 0.78% -
XYZ 37.24 49.86 7.69 -
YUV 168.34 33.56 129.18 -
System Red Green Blue C M Y K H S L
Decimal 170 200 1 0.15 0 1.00 0.22 69.05 0.99 0.39
Hex AA C8 1 F 0 64 16 45 63 27
Octal 252 310 1 17 0 144 26 105 143 47
Binary 10101010 11001000 1 1111 0 1100100 10110 1000101 1100011 100111

Color Harmonies of #AAC801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC801

Black with #AAC801

Text Example


Text Example

White with #AAC801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC801; }

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

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

background-color css

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

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

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

border-color css

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

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

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