Html Css Color HEX #AAC401 Citrus

📋 copy color: '#AAC401'

red 170 ◦ green 196 ◦ blue 1

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

Shades of Citrus #AAC401

Tints of Citrus #AAC401

RGB

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

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

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

R = 46.32%
G = 53.41%
B = 0.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#AAC401 (or 0xAAC401) is known color: Citrus. HEX triplet: AA, C4 and 01. RGB value is (170,196,1). Sum of RGB (Red+Green+Blue) = 170+196+1=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 196 (76.95% from 255 or 53.41% from 367); Blue value is 1 (0.78% from 255 or 0.27% from 367); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC401 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC401 is #553BFE. Grayscale: #A6A6A6. Windows color (decimal): -5585919 or 115882. OLE color: 115882.

HSL color Cylindrical-coordinate representation of color #AAC401: hue angle of 68º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAC401 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 196 1 -
CMYK 0.13 0 0.99 0.23
HSL 68º 0.99% 0.39% -
HSV(B) 68º 0.99% 0.77% -
XYZ 36.32 48.03 7.38 -
YUV 166 34.89 130.86 -
System Red Green Blue C M Y K H S L
Decimal 170 196 1 0.13 0 0.99 0.23 68 0.99 0.39
Hex AA C4 1 D 0 63 17 44 63 27
Octal 252 304 1 15 0 143 27 104 143 47
Binary 10101010 11000100 1 1101 0 1100011 10111 1000100 1100011 100111

Color Harmonies of #AAC401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC401

Black with #AAC401

Text Example


Text Example

White with #AAC401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC401; }

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

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

background-color css

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

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

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

border-color css

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

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

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