Html Css Color HEX #AAD225 Bahia

📋 copy color: '#AAD225'

red 170 ◦ green 210 ◦ blue 37

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

Shades of Bahia #AAD225

Tints of Bahia #AAD225

RGB

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

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

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

R = 40.77%
G = 50.36%
B = 8.87%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#AAD225 (or 0xAAD225) is known color: Bahia. HEX triplet: AA, D2 and 25. RGB value is (170,210,37). Sum of RGB (Red+Green+Blue) = 170+210+37=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 210 (82.42% from 255 or 50.36% from 417); Blue value is 37 (14.84% from 255 or 8.87% from 417); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD225 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD225 is #552DDA. Grayscale: #B2B2B2. Windows color (decimal): -5582299 or 2478762. OLE color: 2478762.

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

Color convert

RGB 170 210 37 -
CMYK 0.19 0 0.82 0.18
HSL 73.87º 0.7% 0.48% -
HSV(B) 73.87º 0.82% 0.82% -
XYZ 39.96 54.77 10.22 -
YUV 178.32 48.25 122.07 -
System Red Green Blue C M Y K H S L
Decimal 170 210 37 0.19 0 0.82 0.18 73.87 0.7 0.48
Hex AA D2 25 13 0 52 12 4A 46 30
Octal 252 322 45 23 0 122 22 112 106 60
Binary 10101010 11010010 100101 10011 0 1010010 10010 1001010 1000110 110000

Color Harmonies of #AAD225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD225

Black with #AAD225

Text Example


Text Example

White with #AAD225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD225; }

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

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

background-color css

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

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

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

border-color css

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

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

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