Html Css Color HEX #AAB40A Citrus

📋 copy color: '#AAB40A'

red 170 ◦ green 180 ◦ blue 10

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

Shades of Citrus #AAB40A

Tints of Citrus #AAB40A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.78%

R = 47.22%
G = 50%
B = 2.78%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#AAB40A (or 0xAAB40A) is known color: Citrus. HEX triplet: AA, B4 and 0A. RGB value is (170,180,10). Sum of RGB (Red+Green+Blue) = 170+180+10=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 180 (70.70% from 255 or 50% from 360); Blue value is 10 (4.30% from 255 or 2.78% from 360); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB40A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB40A is #554BF5. Grayscale: #9E9E9E. Windows color (decimal): -5590006 or 701610. OLE color: 701610.

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

Color convert

RGB 170 180 10 -
CMYK 0.06 0 0.94 0.29
HSL 63.53º 0.89% 0.37% -
HSV(B) 63.53º 0.94% 0.71% -
XYZ 32.95 41.21 6.5 -
YUV 157.63 44.69 136.82 -
System Red Green Blue C M Y K H S L
Decimal 170 180 10 0.06 0 0.94 0.29 63.53 0.89 0.37
Hex AA B4 A 6 0 5E 1D 40 59 25
Octal 252 264 12 6 0 136 35 100 131 45
Binary 10101010 10110100 1010 110 0 1011110 11101 1000000 1011001 100101

Color Harmonies of #AAB40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB40A

Black with #AAB40A

Text Example


Text Example

White with #AAB40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB40A; }

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

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

background-color css

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

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

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

border-color css

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

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

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