Html Css Color HEX #AEAE00 Citrus

📋 copy color: '#AEAE00'

red 174 ◦ green 174 ◦ blue 0

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

Shades of Citrus #AEAE00

Tints of Citrus #AEAE00

RGB

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

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

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

R = 50%
G = 50%
B = 0%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AEAE00 (or 0xAEAE00) is known color: Citrus. HEX triplet: AE, AE and 00. RGB value is (174,174,0). Sum of RGB (Red+Green+Blue) = 174+174+0=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 174 (68.36% from 255 or 50% from 348); Blue value is 0 (0.39% from 255 or 0% from 348); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAE00 is #5151FF. Grayscale: #9A9A9A. Windows color (decimal): -5329408 or 44718. OLE color: 44718.

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

Color convert

RGB 174 174 0 -
CMYK 0 0 1 0.32
HSL 60º 1% 0.34% -
HSV(B) 60º 1% 0.68% -
XYZ 32.59 39.27 5.86 -
YUV 154.16 41 142.15 -
System Red Green Blue C M Y K H S L
Decimal 174 174 0 0 0 1 0.32 60 1 0.34
Hex AE AE 0 0 0 64 20 3C 64 22
Octal 256 256 0 0 0 144 40 74 144 42
Binary 10101110 10101110 0 0 0 1100100 100000 111100 1100100 100010

Color Harmonies of #AEAE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAE00

Black with #AEAE00

Text Example


Text Example

White with #AEAE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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