Html Css Color HEX #AEA900 Citrus

📋 copy color: '#AEA900'

red 174 ◦ green 169 ◦ blue 0

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

Shades of Citrus #AEA900

Tints of Citrus #AEA900

RGB

 RED value IS 174 (68.36% from 255) = 50.73%

 GREEN value IS 169 (66.41% from 255) = 49.27%

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

R = 50.73%
G = 49.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AEA900 (or 0xAEA900) is known color: Citrus. HEX triplet: AE, A9 and 00. RGB value is (174,169,0). Sum of RGB (Red+Green+Blue) = 174+169+0=343 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.73% from 343); Green value is 169 (66.41% from 255 or 49.27% from 343); Blue value is 0 (0.39% from 255 or 0% from 343); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA900 is #5156FF. Grayscale: #979797. Windows color (decimal): -5330688 or 43438. OLE color: 43438.

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

Color convert

RGB 174 169 0 -
CMYK 0 0.03 1 0.32
HSL 58.28º 1% 0.34% -
HSV(B) 58.28º 1% 0.68% -
XYZ 31.64 37.37 5.55 -
YUV 151.23 42.66 144.24 -
System Red Green Blue C M Y K H S L
Decimal 174 169 0 0 0.03 1 0.32 58.28 1 0.34
Hex AE A9 0 0 3 64 20 3A 64 22
Octal 256 251 0 0 3 144 40 72 144 42
Binary 10101110 10101001 0 0 11 1100100 100000 111010 1100100 100010

Color Harmonies of #AEA900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA900

Black with #AEA900

Text Example


Text Example

White with #AEA900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA900; }

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

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

background-color css

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

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

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

border-color css

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

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

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