Html Css Color HEX #AAD424 Bahia

📋 copy color: '#AAD424'

red 170 ◦ green 212 ◦ blue 36

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

Shades of Bahia #AAD424

Tints of Bahia #AAD424

RGB

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

 GREEN value IS 212 (83.2% from 255) = 50.72%

 BLUE value IS 36 (14.45% from 255) = 8.61%

R = 40.67%
G = 50.72%
B = 8.61%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#AAD424 (or 0xAAD424) is known color: Bahia. HEX triplet: AA, D4 and 24. RGB value is (170,212,36). Sum of RGB (Red+Green+Blue) = 170+212+36=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 212 (83.20% from 255 or 50.72% from 418); Blue value is 36 (14.45% from 255 or 8.61% from 418); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD424 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD424 is #552BDB. Grayscale: #B4B4B4. Windows color (decimal): -5581788 or 2413738. OLE color: 2413738.

HSL color Cylindrical-coordinate representation of color #AAD424: hue angle of 74.32º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AAD424 is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 212 36 -
CMYK 0.20 0 0.83 0.17
HSL 74.32º 0.71% 0.49% -
HSV(B) 74.32º 0.83% 0.83% -
XYZ 40.44 55.76 10.3 -
YUV 179.38 47.09 121.31 -
System Red Green Blue C M Y K H S L
Decimal 170 212 36 0.20 0 0.83 0.17 74.32 0.71 0.49
Hex AA D4 24 14 0 53 11 4A 47 31
Octal 252 324 44 24 0 123 21 112 107 61
Binary 10101010 11010100 100100 10100 0 1010011 10001 1001010 1000111 110001

Color Harmonies of #AAD424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD424

Black with #AAD424

Text Example


Text Example

White with #AAD424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD424; }

 p { color: rgb(170,212,36); }

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

background-color css

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

 a { background-color: rgb(170,212,36); }

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

border-color css

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

 span { border-color: rgb(170,212,36); }

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