Html Css Color HEX #AAAE04 Citrus

📋 copy color: '#AAAE04'

red 170 ◦ green 174 ◦ blue 4

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

Shades of Citrus #AAAE04

Tints of Citrus #AAAE04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.15%

R = 48.85%
G = 50%
B = 1.15%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AAAE04 (or 0xAAAE04) is known color: Citrus. HEX triplet: AA, AE and 04. RGB value is (170,174,4). Sum of RGB (Red+Green+Blue) = 170+174+4=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 174 (68.36% from 255 or 50% from 348); Blue value is 4 (1.95% from 255 or 1.15% from 348); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAE04 is #5551FB. Grayscale: #9A9A9A. Windows color (decimal): -5591548 or 306858. OLE color: 306858.

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

Color convert

RGB 170 174 4 -
CMYK 0.02 0 0.98 0.32
HSL 61.41º 0.96% 0.35% -
HSV(B) 61.41º 0.98% 0.68% -
XYZ 31.74 38.83 5.94 -
YUV 153.42 43.67 139.82 -
System Red Green Blue C M Y K H S L
Decimal 170 174 4 0.02 0 0.98 0.32 61.41 0.96 0.35
Hex AA AE 4 2 0 62 20 3D 60 23
Octal 252 256 4 2 0 142 40 75 140 43
Binary 10101010 10101110 100 10 0 1100010 100000 111101 1100000 100011

Color Harmonies of #AAAE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAE04

Black with #AAAE04

Text Example


Text Example

White with #AAAE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAE04; }

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

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

background-color css

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

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

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

border-color css

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

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

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