Html Css Color HEX #AAAD01 Citrus

📋 copy color: '#AAAD01'

red 170 ◦ green 173 ◦ blue 1

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

Shades of Citrus #AAAD01

Tints of Citrus #AAAD01

RGB

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

 GREEN value IS 173 (67.97% from 255) = 50.29%

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

R = 49.42%
G = 50.29%
B = 0.29%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AAAD01 (or 0xAAAD01) is known color: Citrus. HEX triplet: AA, AD and 01. RGB value is (170,173,1). Sum of RGB (Red+Green+Blue) = 170+173+1=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 173 (67.97% from 255 or 50.29% from 344); Blue value is 1 (0.78% from 255 or 0.29% from 344); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAD01 is #5552FE. Grayscale: #999999. Windows color (decimal): -5591807 or 109994. OLE color: 109994.

HSL color Cylindrical-coordinate representation of color #AAAD01: hue angle of 61.05º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAAD01 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 173 1 -
CMYK 0.02 0 0.99 0.32
HSL 61.05º 0.99% 0.34% -
HSV(B) 61.05º 0.99% 0.68% -
XYZ 31.53 38.44 5.79 -
YUV 152.5 42.51 140.49 -
System Red Green Blue C M Y K H S L
Decimal 170 173 1 0.02 0 0.99 0.32 61.05 0.99 0.34
Hex AA AD 1 2 0 63 20 3D 63 22
Octal 252 255 1 2 0 143 40 75 143 42
Binary 10101010 10101101 1 10 0 1100011 100000 111101 1100011 100010

Color Harmonies of #AAAD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAD01

Black with #AAAD01

Text Example


Text Example

White with #AAAD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAD01; }

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

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

background-color css

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

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

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

border-color css

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

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

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