Html Css Color HEX #AAC729 Bahia

📋 copy color: '#AAC729'

red 170 ◦ green 199 ◦ blue 41

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

Shades of Bahia #AAC729

Tints of Bahia #AAC729

RGB

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

 GREEN value IS 199 (78.13% from 255) = 48.54%

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

R = 41.46%
G = 48.54%
B = 10%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#AAC729 (or 0xAAC729) is known color: Bahia. HEX triplet: AA, C7 and 29. RGB value is (170,199,41). Sum of RGB (Red+Green+Blue) = 170+199+41=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 199 (78.12% from 255 or 48.54% from 410); Blue value is 41 (16.41% from 255 or 10% from 410); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC729 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC729 is #5538D6. Grayscale: #ACACAC. Windows color (decimal): -5585111 or 2738090. OLE color: 2738090.

HSL color Cylindrical-coordinate representation of color #AAC729: hue angle of 71.01º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AAC729 is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 199 41 -
CMYK 0.15 0 0.79 0.22
HSL 71.01º 0.66% 0.47% -
HSV(B) 71.01º 0.79% 0.78% -
XYZ 37.4 49.55 9.69 -
YUV 172.32 53.89 126.35 -
System Red Green Blue C M Y K H S L
Decimal 170 199 41 0.15 0 0.79 0.22 71.01 0.66 0.47
Hex AA C7 29 F 0 4F 16 47 42 2F
Octal 252 307 51 17 0 117 26 107 102 57
Binary 10101010 11000111 101001 1111 0 1001111 10110 1000111 1000010 101111

Color Harmonies of #AAC729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC729

Black with #AAC729

Text Example


Text Example

White with #AAC729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC729; }

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

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

background-color css

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

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

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

border-color css

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

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

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