Html Css Color HEX #AAAE01 Citrus

📋 copy color: '#AAAE01'

red 170 ◦ green 174 ◦ blue 1

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

Shades of Citrus #AAAE01

Tints of Citrus #AAAE01

RGB

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

 GREEN value IS 174 (68.36% from 255) = 50.43%

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

R = 49.28%
G = 50.43%
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

#AAAE01 (or 0xAAAE01) is known color: Citrus. HEX triplet: AA, AE and 01. RGB value is (170,174,1). Sum of RGB (Red+Green+Blue) = 170+174+1=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 174 (68.36% from 255 or 50.43% from 345); Blue value is 1 (0.78% from 255 or 0.29% from 345); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAE01 is #5551FE. Grayscale: #999999. Windows color (decimal): -5591551 or 110250. OLE color: 110250.

HSL color Cylindrical-coordinate representation of color #AAAE01: hue angle of 61.39º 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 #AAAE01 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 174 1 -
CMYK 0.02 0 0.99 0.32
HSL 61.39º 0.99% 0.34% -
HSV(B) 61.39º 0.99% 0.68% -
XYZ 31.72 38.82 5.85 -
YUV 153.08 42.17 140.07 -
System Red Green Blue C M Y K H S L
Decimal 170 174 1 0.02 0 0.99 0.32 61.39 0.99 0.34
Hex AA AE 1 2 0 63 20 3D 63 22
Octal 252 256 1 2 0 143 40 75 143 42
Binary 10101010 10101110 1 10 0 1100011 100000 111101 1100011 100010

Color Harmonies of #AAAE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAE01

Black with #AAAE01

Text Example


Text Example

White with #AAAE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAE01; }

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

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

background-color css

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

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

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

border-color css

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

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

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