Html Css Color HEX #AAD020 Bahia

📋 copy color: '#AAD020'

red 170 ◦ green 208 ◦ blue 32

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

Shades of Bahia #AAD020

Tints of Bahia #AAD020

RGB

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

 GREEN value IS 208 (81.64% from 255) = 50.73%

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

R = 41.46%
G = 50.73%
B = 7.8%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#AAD020 (or 0xAAD020) is known color: Bahia. HEX triplet: AA, D0 and 20. RGB value is (170,208,32). Sum of RGB (Red+Green+Blue) = 170+208+32=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 208 (81.64% from 255 or 50.73% from 410); Blue value is 32 (12.89% from 255 or 7.80% from 410); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD020 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD020 is #552FDF. Grayscale: #B1B1B1. Windows color (decimal): -5582816 or 2150570. OLE color: 2150570.

HSL color Cylindrical-coordinate representation of color #AAD020: hue angle of 72.95º 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 #AAD020 is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 208 32 -
CMYK 0.18 0 0.85 0.18
HSL 72.95º 0.73% 0.47% -
HSV(B) 72.95º 0.85% 0.82% -
XYZ 39.39 53.76 9.67 -
YUV 176.57 46.41 123.31 -
System Red Green Blue C M Y K H S L
Decimal 170 208 32 0.18 0 0.85 0.18 72.95 0.73 0.47
Hex AA D0 20 12 0 55 12 49 49 2F
Octal 252 320 40 22 0 125 22 111 111 57
Binary 10101010 11010000 100000 10010 0 1010101 10010 1001001 1001001 101111

Color Harmonies of #AAD020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD020

Black with #AAD020

Text Example


Text Example

White with #AAD020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD020; }

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

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

background-color css

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

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

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

border-color css

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

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

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