Html Css Color HEX #AAD21A Bahia

📋 copy color: '#AAD21A'

red 170 ◦ green 210 ◦ blue 26

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

Shades of Bahia #AAD21A

Tints of Bahia #AAD21A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 51.72%

 BLUE value IS 26 (10.55% from 255) = 6.4%

R = 41.87%
G = 51.72%
B = 6.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#AAD21A (or 0xAAD21A) is known color: Bahia. HEX triplet: AA, D2 and 1A. RGB value is (170,210,26). Sum of RGB (Red+Green+Blue) = 170+210+26=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 210 (82.42% from 255 or 51.72% from 406); Blue value is 26 (10.55% from 255 or 6.40% from 406); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD21A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD21A is #552DE5. Grayscale: #B1B1B1. Windows color (decimal): -5582310 or 1757866. OLE color: 1757866.

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

Color convert

RGB 170 210 26 -
CMYK 0.19 0 0.88 0.18
HSL 73.04º 0.78% 0.46% -
HSV(B) 73.04º 0.88% 0.82% -
XYZ 39.81 54.71 9.44 -
YUV 177.06 42.75 122.96 -
System Red Green Blue C M Y K H S L
Decimal 170 210 26 0.19 0 0.88 0.18 73.04 0.78 0.46
Hex AA D2 1A 13 0 58 12 49 4E 2E
Octal 252 322 32 23 0 130 22 111 116 56
Binary 10101010 11010010 11010 10011 0 1011000 10010 1001001 1001110 101110

Color Harmonies of #AAD21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD21A

Black with #AAD21A

Text Example


Text Example

White with #AAD21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD21A; }

 p { color: rgb(170,210,26); }

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

background-color css

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

 a { background-color: rgb(170,210,26); }

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

border-color css

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

 span { border-color: rgb(170,210,26); }

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