Html Css Color HEX #AAD120 Bahia

📋 copy color: '#AAD120'

red 170 ◦ green 209 ◦ blue 32

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

Shades of Bahia #AAD120

Tints of Bahia #AAD120

RGB

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

 GREEN value IS 209 (82.03% from 255) = 50.85%

 BLUE value IS 32 (12.89% from 255) = 7.79%

R = 41.36%
G = 50.85%
B = 7.79%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#AAD120 (or 0xAAD120) is known color: Bahia. HEX triplet: AA, D1 and 20. RGB value is (170,209,32). Sum of RGB (Red+Green+Blue) = 170+209+32=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 209 (82.03% from 255 or 50.85% from 411); Blue value is 32 (12.89% from 255 or 7.79% from 411); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD120 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD120 is #552EDF. Grayscale: #B1B1B1. Windows color (decimal): -5582560 or 2150826. OLE color: 2150826.

HSL color Cylindrical-coordinate representation of color #AAD120: hue angle of 73.22º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AAD120 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 209 32 -
CMYK 0.19 0 0.85 0.18
HSL 73.22º 0.73% 0.47% -
HSV(B) 73.22º 0.85% 0.82% -
XYZ 39.64 54.25 9.75 -
YUV 177.16 46.08 122.89 -
System Red Green Blue C M Y K H S L
Decimal 170 209 32 0.19 0 0.85 0.18 73.22 0.73 0.47
Hex AA D1 20 13 0 55 12 49 49 2F
Octal 252 321 40 23 0 125 22 111 111 57
Binary 10101010 11010001 100000 10011 0 1010101 10010 1001001 1001001 101111

Color Harmonies of #AAD120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD120

Black with #AAD120

Text Example


Text Example

White with #AAD120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD120; }

 p { color: rgb(170,209,32); }

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

background-color css

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

 a { background-color: rgb(170,209,32); }

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

border-color css

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

 span { border-color: rgb(170,209,32); }

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