Html Css Color HEX #AACC20 Bahia

📋 copy color: '#AACC20'

red 170 ◦ green 204 ◦ blue 32

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

Shades of Bahia #AACC20

Tints of Bahia #AACC20

RGB

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

 GREEN value IS 204 (80.08% from 255) = 50.25%

 BLUE value IS 32 (12.89% from 255) = 7.88%

R = 41.87%
G = 50.25%
B = 7.88%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#AACC20 (or 0xAACC20) is known color: Bahia. HEX triplet: AA, CC and 20. RGB value is (170,204,32). Sum of RGB (Red+Green+Blue) = 170+204+32=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 204 (80.08% from 255 or 50.25% from 406); Blue value is 32 (12.89% from 255 or 7.88% from 406); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACC20 is #5533DF. Grayscale: #AEAEAE. Windows color (decimal): -5583840 or 2149546. OLE color: 2149546.

HSL color Cylindrical-coordinate representation of color #AACC20: hue angle of 71.86º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AACC20 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 204 32 -
CMYK 0.17 0 0.84 0.2
HSL 71.86º 0.73% 0.46% -
HSV(B) 71.86º 0.84% 0.8% -
XYZ 38.43 51.84 9.35 -
YUV 174.23 47.74 124.99 -
System Red Green Blue C M Y K H S L
Decimal 170 204 32 0.17 0 0.84 0.2 71.86 0.73 0.46
Hex AA CC 20 11 0 54 14 48 49 2E
Octal 252 314 40 21 0 124 24 110 111 56
Binary 10101010 11001100 100000 10001 0 1010100 10100 1001000 1001001 101110

Color Harmonies of #AACC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACC20

Black with #AACC20

Text Example


Text Example

White with #AACC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACC20; }

 p { color: rgb(170,204,32); }

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

background-color css

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

 a { background-color: rgb(170,204,32); }

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

border-color css

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

 span { border-color: rgb(170,204,32); }

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