Html Css Color HEX #AAAD14 Citrus

📋 copy color: '#AAAD14'

red 170 ◦ green 173 ◦ blue 20

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

Shades of Citrus #AAAD14

Tints of Citrus #AAAD14

RGB

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

 GREEN value IS 173 (67.97% from 255) = 47.66%

 BLUE value IS 20 (8.2% from 255) = 5.51%

R = 46.83%
G = 47.66%
B = 5.51%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AAAD14 (or 0xAAAD14) is known color: Citrus. HEX triplet: AA, AD and 14. RGB value is (170,173,20). Sum of RGB (Red+Green+Blue) = 170+173+20=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 173 (67.97% from 255 or 47.66% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAD14 is #5552EB. Grayscale: #9B9B9B. Windows color (decimal): -5591788 or 1355178. OLE color: 1355178.

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

Color convert

RGB 170 173 20 -
CMYK 0.02 0 0.88 0.32
HSL 61.18º 0.79% 0.38% -
HSV(B) 61.18º 0.88% 0.68% -
XYZ 31.65 38.48 6.42 -
YUV 154.66 52.01 138.94 -
System Red Green Blue C M Y K H S L
Decimal 170 173 20 0.02 0 0.88 0.32 61.18 0.79 0.38
Hex AA AD 14 2 0 58 20 3D 4F 26
Octal 252 255 24 2 0 130 40 75 117 46
Binary 10101010 10101101 10100 10 0 1011000 100000 111101 1001111 100110

Color Harmonies of #AAAD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAD14

Black with #AAAD14

Text Example


Text Example

White with #AAAD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAD14; }

 p { color: rgb(170,173,20); }

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

background-color css

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

 a { background-color: rgb(170,173,20); }

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

border-color css

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

 span { border-color: rgb(170,173,20); }

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