Html Css Color HEX #AAD126 Bahia

📋 copy color: '#AAD126'

red 170 ◦ green 209 ◦ blue 38

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

Shades of Bahia #AAD126

Tints of Bahia #AAD126

RGB

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

 GREEN value IS 209 (82.03% from 255) = 50.12%

 BLUE value IS 38 (15.23% from 255) = 9.11%

R = 40.77%
G = 50.12%
B = 9.11%

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

#AAD126 (or 0xAAD126) is known color: Bahia. HEX triplet: AA, D1 and 26. RGB value is (170,209,38). Sum of RGB (Red+Green+Blue) = 170+209+38=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 209 (82.03% from 255 or 50.12% from 417); Blue value is 38 (15.23% from 255 or 9.11% from 417); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD126 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD126 is #552ED9. Grayscale: #B2B2B2. Windows color (decimal): -5582554 or 2544042. OLE color: 2544042.

HSL color Cylindrical-coordinate representation of color #AAD126: hue angle of 73.68º degrees, saturation: 0.69, 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 #AAD126 is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 209 38 -
CMYK 0.19 0 0.82 0.18
HSL 73.68º 0.69% 0.48% -
HSV(B) 73.68º 0.82% 0.82% -
XYZ 39.73 54.29 10.22 -
YUV 177.85 49.08 122.4 -
System Red Green Blue C M Y K H S L
Decimal 170 209 38 0.19 0 0.82 0.18 73.68 0.69 0.48
Hex AA D1 26 13 0 52 12 4A 45 30
Octal 252 321 46 23 0 122 22 112 105 60
Binary 10101010 11010001 100110 10011 0 1010010 10010 1001010 1000101 110000

Color Harmonies of #AAD126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD126

Black with #AAD126

Text Example


Text Example

White with #AAD126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD126; }

 p { color: rgb(170,209,38); }

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

background-color css

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

 a { background-color: rgb(170,209,38); }

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

border-color css

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

 span { border-color: rgb(170,209,38); }

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