Html Css Color HEX #AAAC04 Citrus

📋 copy color: '#AAAC04'

red 170 ◦ green 172 ◦ blue 4

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

Shades of Citrus #AAAC04

Tints of Citrus #AAAC04

RGB

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

 GREEN value IS 172 (67.58% from 255) = 49.71%

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

R = 49.13%
G = 49.71%
B = 1.16%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AAAC04 (or 0xAAAC04) is known color: Citrus. HEX triplet: AA, AC and 04. RGB value is (170,172,4). Sum of RGB (Red+Green+Blue) = 170+172+4=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 172 (67.58% from 255 or 49.71% from 346); Blue value is 4 (1.95% from 255 or 1.16% from 346); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAC04 is #5553FB. Grayscale: #989898. Windows color (decimal): -5592060 or 306346. OLE color: 306346.

HSL color Cylindrical-coordinate representation of color #AAAC04: hue angle of 60.71º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AAAC04 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 172 4 -
CMYK 0.01 0 0.98 0.33
HSL 60.71º 0.95% 0.35% -
HSV(B) 60.71º 0.98% 0.67% -
XYZ 31.35 38.06 5.81 -
YUV 152.25 44.34 140.66 -
System Red Green Blue C M Y K H S L
Decimal 170 172 4 0.01 0 0.98 0.33 60.71 0.95 0.35
Hex AA AC 4 1 0 62 21 3D 5F 23
Octal 252 254 4 1 0 142 41 75 137 43
Binary 10101010 10101100 100 1 0 1100010 100001 111101 1011111 100011

Color Harmonies of #AAAC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAC04

Black with #AAAC04

Text Example


Text Example

White with #AAAC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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