Html Css Color HEX #AAC504 Citrus

📋 copy color: '#AAC504'

red 170 ◦ green 197 ◦ blue 4

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

Shades of Citrus #AAC504

Tints of Citrus #AAC504

RGB

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

 GREEN value IS 197 (77.34% from 255) = 53.1%

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

R = 45.82%
G = 53.1%
B = 1.08%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#AAC504 (or 0xAAC504) is known color: Citrus. HEX triplet: AA, C5 and 04. RGB value is (170,197,4). Sum of RGB (Red+Green+Blue) = 170+197+4=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 197 (77.34% from 255 or 53.10% from 371); Blue value is 4 (1.95% from 255 or 1.08% from 371); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC504 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC504 is #553AFB. Grayscale: #A7A7A7. Windows color (decimal): -5585660 or 312746. OLE color: 312746.

HSL color Cylindrical-coordinate representation of color #AAC504: hue angle of 68.39º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AAC504 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 197 4 -
CMYK 0.14 0 0.98 0.23
HSL 68.39º 0.96% 0.39% -
HSV(B) 68.39º 0.98% 0.77% -
XYZ 36.57 48.49 7.55 -
YUV 166.93 36.05 130.19 -
System Red Green Blue C M Y K H S L
Decimal 170 197 4 0.14 0 0.98 0.23 68.39 0.96 0.39
Hex AA C5 4 E 0 62 17 44 60 27
Octal 252 305 4 16 0 142 27 104 140 47
Binary 10101010 11000101 100 1110 0 1100010 10111 1000100 1100000 100111

Color Harmonies of #AAC504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC504

Black with #AAC504

Text Example


Text Example

White with #AAC504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC504; }

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

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

background-color css

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

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

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

border-color css

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

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

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