Html Css Color HEX #AAAE00 Citrus

📋 copy color: '#AAAE00'

red 170 ◦ green 174 ◦ blue 0

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

Shades of Citrus #AAAE00

Tints of Citrus #AAAE00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.42%
G = 50.58%
B = 0%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AAAE00 (or 0xAAAE00) is known color: Citrus. HEX triplet: AA, AE and 00. RGB value is (170,174,0). Sum of RGB (Red+Green+Blue) = 170+174+0=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 174 (68.36% from 255 or 50.58% from 344); Blue value is 0 (0.39% from 255 or 0% from 344); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAE00 is #5551FF. Grayscale: #999999. Windows color (decimal): -5591552 or 44714. OLE color: 44714.

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

Color convert

RGB 170 174 0 -
CMYK 0.02 0 1 0.32
HSL 61.38º 1% 0.34% -
HSV(B) 61.38º 1% 0.68% -
XYZ 31.71 38.82 5.82 -
YUV 152.97 41.67 140.15 -
System Red Green Blue C M Y K H S L
Decimal 170 174 0 0.02 0 1 0.32 61.38 1 0.34
Hex AA AE 0 2 0 64 20 3D 64 22
Octal 252 256 0 2 0 144 40 75 144 42
Binary 10101010 10101110 0 10 0 1100100 100000 111101 1100100 100010

Color Harmonies of #AAAE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAE00

Black with #AAAE00

Text Example


Text Example

White with #AAAE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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