Html Css Color HEX #AAC229 Bahia

📋 copy color: '#AAC229'

red 170 ◦ green 194 ◦ blue 41

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

Shades of Bahia #AAC229

Tints of Bahia #AAC229

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.9%

 BLUE value IS 41 (16.41% from 255) = 10.12%

R = 41.98%
G = 47.9%
B = 10.12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#AAC229 (or 0xAAC229) is known color: Bahia. HEX triplet: AA, C2 and 29. RGB value is (170,194,41). Sum of RGB (Red+Green+Blue) = 170+194+41=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 194 (76.17% from 255 or 47.90% from 405); Blue value is 41 (16.41% from 255 or 10.12% from 405); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC229 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC229 is #553DD6. Grayscale: #A9A9A9. Windows color (decimal): -5586391 or 2736810. OLE color: 2736810.

HSL color Cylindrical-coordinate representation of color #AAC229: hue angle of 69.41º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AAC229 is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 194 41 -
CMYK 0.12 0 0.79 0.24
HSL 69.41º 0.65% 0.46% -
HSV(B) 69.41º 0.79% 0.76% -
XYZ 36.27 47.29 9.31 -
YUV 169.38 55.55 128.44 -
System Red Green Blue C M Y K H S L
Decimal 170 194 41 0.12 0 0.79 0.24 69.41 0.65 0.46
Hex AA C2 29 C 0 4F 18 45 41 2E
Octal 252 302 51 14 0 117 30 105 101 56
Binary 10101010 11000010 101001 1100 0 1001111 11000 1000101 1000001 101110

Color Harmonies of #AAC229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC229

Black with #AAC229

Text Example


Text Example

White with #AAC229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC229; }

 p { color: rgb(170,194,41); }

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

background-color css

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

 a { background-color: rgb(170,194,41); }

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

border-color css

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

 span { border-color: rgb(170,194,41); }

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