Html Css Color HEX #AAB40C Citrus

📋 copy color: '#AAB40C'

red 170 ◦ green 180 ◦ blue 12

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

Shades of Citrus #AAB40C

Tints of Citrus #AAB40C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 49.72%

 BLUE value IS 12 (5.08% from 255) = 3.31%

R = 46.96%
G = 49.72%
B = 3.31%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#AAB40C (or 0xAAB40C) is known color: Citrus. HEX triplet: AA, B4 and 0C. RGB value is (170,180,12). Sum of RGB (Red+Green+Blue) = 170+180+12=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 180 (70.70% from 255 or 49.72% from 362); Blue value is 12 (5.08% from 255 or 3.31% from 362); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB40C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB40C is #554BF3. Grayscale: #9E9E9E. Windows color (decimal): -5590004 or 832682. OLE color: 832682.

HSL color Cylindrical-coordinate representation of color #AAB40C: hue angle of 63.57º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AAB40C is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 180 12 -
CMYK 0.06 0 0.93 0.29
HSL 63.57º 0.88% 0.38% -
HSV(B) 63.57º 0.93% 0.71% -
XYZ 32.97 41.22 6.57 -
YUV 157.86 45.69 136.66 -
System Red Green Blue C M Y K H S L
Decimal 170 180 12 0.06 0 0.93 0.29 63.57 0.88 0.38
Hex AA B4 C 6 0 5D 1D 40 58 26
Octal 252 264 14 6 0 135 35 100 130 46
Binary 10101010 10110100 1100 110 0 1011101 11101 1000000 1011000 100110

Color Harmonies of #AAB40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB40C

Black with #AAB40C

Text Example


Text Example

White with #AAB40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB40C; }

 p { color: rgb(170,180,12); }

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

background-color css

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

 a { background-color: rgb(170,180,12); }

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

border-color css

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

 span { border-color: rgb(170,180,12); }

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