Html Css Color HEX #AAD024 Bahia

📋 copy color: '#AAD024'

red 170 ◦ green 208 ◦ blue 36

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

Shades of Bahia #AAD024

Tints of Bahia #AAD024

RGB

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

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

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

R = 41.06%
G = 50.24%
B = 8.7%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#AAD024 (or 0xAAD024) is known color: Bahia. HEX triplet: AA, D0 and 24. RGB value is (170,208,36). Sum of RGB (Red+Green+Blue) = 170+208+36=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 208 (81.64% from 255 or 50.24% from 414); Blue value is 36 (14.45% from 255 or 8.70% from 414); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD024 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD024 is #552FDB. Grayscale: #B1B1B1. Windows color (decimal): -5582812 or 2412714. OLE color: 2412714.

HSL color Cylindrical-coordinate representation of color #AAD024: hue angle of 73.26º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AAD024 is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 208 36 -
CMYK 0.18 0 0.83 0.18
HSL 73.26º 0.7% 0.48% -
HSV(B) 73.26º 0.83% 0.82% -
XYZ 39.45 53.79 9.97 -
YUV 177.03 48.41 122.99 -
System Red Green Blue C M Y K H S L
Decimal 170 208 36 0.18 0 0.83 0.18 73.26 0.7 0.48
Hex AA D0 24 12 0 53 12 49 46 30
Octal 252 320 44 22 0 123 22 111 106 60
Binary 10101010 11010000 100100 10010 0 1010011 10010 1001001 1000110 110000

Color Harmonies of #AAD024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD024

Black with #AAD024

Text Example


Text Example

White with #AAD024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD024; }

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

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

background-color css

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

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

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

border-color css

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

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

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