Html Css Color HEX #AAD226 Bahia

📋 copy color: '#AAD226'

red 170 ◦ green 210 ◦ blue 38

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

Shades of Bahia #AAD226

Tints of Bahia #AAD226

RGB

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

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

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

R = 40.67%
G = 50.24%
B = 9.09%

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

#AAD226 (or 0xAAD226) is known color: Bahia. HEX triplet: AA, D2 and 26. RGB value is (170,210,38). Sum of RGB (Red+Green+Blue) = 170+210+38=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 210 (82.42% from 255 or 50.24% from 418); Blue value is 38 (15.23% from 255 or 9.09% from 418); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD226 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD226 is #552DD9. Grayscale: #B3B3B3. Windows color (decimal): -5582298 or 2544298. OLE color: 2544298.

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

Color convert

RGB 170 210 38 -
CMYK 0.19 0 0.82 0.18
HSL 73.95º 0.69% 0.49% -
HSV(B) 73.95º 0.82% 0.82% -
XYZ 39.97 54.78 10.3 -
YUV 178.43 48.75 121.99 -
System Red Green Blue C M Y K H S L
Decimal 170 210 38 0.19 0 0.82 0.18 73.95 0.69 0.49
Hex AA D2 26 13 0 52 12 4A 45 31
Octal 252 322 46 23 0 122 22 112 105 61
Binary 10101010 11010010 100110 10011 0 1010010 10010 1001010 1000101 110001

Color Harmonies of #AAD226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD226

Black with #AAD226

Text Example


Text Example

White with #AAD226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD226; }

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

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

background-color css

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

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

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

border-color css

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

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

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