Html Css Color HEX #AAAE02 Citrus

📋 copy color: '#AAAE02'

red 170 ◦ green 174 ◦ blue 2

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

Shades of Citrus #AAAE02

Tints of Citrus #AAAE02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.58%

R = 49.13%
G = 50.29%
B = 0.58%

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

#AAAE02 (or 0xAAAE02) is known color: Citrus. HEX triplet: AA, AE and 02. RGB value is (170,174,2). Sum of RGB (Red+Green+Blue) = 170+174+2=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 174 (68.36% from 255 or 50.29% from 346); Blue value is 2 (1.17% from 255 or 0.58% from 346); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAE02 is #5551FD. Grayscale: #999999. Windows color (decimal): -5591550 or 175786. OLE color: 175786.

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

Color convert

RGB 170 174 2 -
CMYK 0.02 0 0.99 0.32
HSL 61.4º 0.98% 0.35% -
HSV(B) 61.4º 0.99% 0.68% -
XYZ 31.72 38.82 5.88 -
YUV 153.2 42.67 139.99 -
System Red Green Blue C M Y K H S L
Decimal 170 174 2 0.02 0 0.99 0.32 61.4 0.98 0.35
Hex AA AE 2 2 0 63 20 3D 62 23
Octal 252 256 2 2 0 143 40 75 142 43
Binary 10101010 10101110 10 10 0 1100011 100000 111101 1100010 100011

Color Harmonies of #AAAE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAE02

Black with #AAAE02

Text Example


Text Example

White with #AAAE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAE02; }

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

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

background-color css

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

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

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

border-color css

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

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

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