Html Css Color HEX #AAD121 Bahia

📋 copy color: '#AAD121'

red 170 ◦ green 209 ◦ blue 33

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

Shades of Bahia #AAD121

Tints of Bahia #AAD121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.01%

R = 41.26%
G = 50.73%
B = 8.01%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#AAD121 (or 0xAAD121) is known color: Bahia. HEX triplet: AA, D1 and 21. RGB value is (170,209,33). Sum of RGB (Red+Green+Blue) = 170+209+33=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 209 (82.03% from 255 or 50.73% from 412); Blue value is 33 (13.28% from 255 or 8.01% from 412); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD121 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD121 is #552EDE. Grayscale: #B1B1B1. Windows color (decimal): -5582559 or 2216362. OLE color: 2216362.

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

Color convert

RGB 170 209 33 -
CMYK 0.19 0 0.84 0.18
HSL 73.3º 0.73% 0.47% -
HSV(B) 73.3º 0.84% 0.82% -
XYZ 39.65 54.26 9.82 -
YUV 177.28 46.58 122.81 -
System Red Green Blue C M Y K H S L
Decimal 170 209 33 0.19 0 0.84 0.18 73.3 0.73 0.47
Hex AA D1 21 13 0 54 12 49 49 2F
Octal 252 321 41 23 0 124 22 111 111 57
Binary 10101010 11010001 100001 10011 0 1010100 10010 1001001 1001001 101111

Color Harmonies of #AAD121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD121

Black with #AAD121

Text Example


Text Example

White with #AAD121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD121; }

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

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

background-color css

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

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

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

border-color css

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

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

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