Html Css Color HEX #AAC724 Bahia

📋 copy color: '#AAC724'

red 170 ◦ green 199 ◦ blue 36

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

Shades of Bahia #AAC724

Tints of Bahia #AAC724

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.89%

R = 41.98%
G = 49.14%
B = 8.89%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#AAC724 (or 0xAAC724) is known color: Bahia. HEX triplet: AA, C7 and 24. RGB value is (170,199,36). Sum of RGB (Red+Green+Blue) = 170+199+36=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 199 (78.12% from 255 or 49.14% from 405); Blue value is 36 (14.45% from 255 or 8.89% from 405); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC724 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC724 is #5538DB. Grayscale: #ACACAC. Windows color (decimal): -5585116 or 2410410. OLE color: 2410410.

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

Color convert

RGB 170 199 36 -
CMYK 0.15 0 0.82 0.22
HSL 70.67º 0.69% 0.46% -
HSV(B) 70.67º 0.82% 0.78% -
XYZ 37.32 49.52 9.26 -
YUV 171.75 51.39 126.75 -
System Red Green Blue C M Y K H S L
Decimal 170 199 36 0.15 0 0.82 0.22 70.67 0.69 0.46
Hex AA C7 24 F 0 52 16 47 45 2E
Octal 252 307 44 17 0 122 26 107 105 56
Binary 10101010 11000111 100100 1111 0 1010010 10110 1000111 1000101 101110

Color Harmonies of #AAC724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC724

Black with #AAC724

Text Example


Text Example

White with #AAC724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC724; }

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

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

background-color css

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

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

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

border-color css

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

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

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