Html Css Color HEX #AAD325 Bahia

📋 copy color: '#AAD325'

red 170 ◦ green 211 ◦ blue 37

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

Shades of Bahia #AAD325

Tints of Bahia #AAD325

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50.48%

 BLUE value IS 37 (14.84% from 255) = 8.85%

R = 40.67%
G = 50.48%
B = 8.85%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#AAD325 (or 0xAAD325) is known color: Bahia. HEX triplet: AA, D3 and 25. RGB value is (170,211,37). Sum of RGB (Red+Green+Blue) = 170+211+37=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 211 (82.81% from 255 or 50.48% from 418); Blue value is 37 (14.84% from 255 or 8.85% from 418); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD325 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD325 is #552CDA. Grayscale: #B3B3B3. Windows color (decimal): -5582043 or 2479018. OLE color: 2479018.

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

Color convert

RGB 170 211 37 -
CMYK 0.19 0 0.82 0.17
HSL 74.14º 0.7% 0.49% -
HSV(B) 74.14º 0.82% 0.83% -
XYZ 40.21 55.27 10.3 -
YUV 178.91 47.92 121.65 -
System Red Green Blue C M Y K H S L
Decimal 170 211 37 0.19 0 0.82 0.17 74.14 0.7 0.49
Hex AA D3 25 13 0 52 11 4A 46 31
Octal 252 323 45 23 0 122 21 112 106 61
Binary 10101010 11010011 100101 10011 0 1010010 10001 1001010 1000110 110001

Color Harmonies of #AAD325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD325

Black with #AAD325

Text Example


Text Example

White with #AAD325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD325; }

 p { color: rgb(170,211,37); }

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

background-color css

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

 a { background-color: rgb(170,211,37); }

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

border-color css

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

 span { border-color: rgb(170,211,37); }

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