Html Css Color HEX #AACE20 Bahia

📋 copy color: '#AACE20'

red 170 ◦ green 206 ◦ blue 32

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

Shades of Bahia #AACE20

Tints of Bahia #AACE20

RGB

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

 GREEN value IS 206 (80.86% from 255) = 50.49%

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

R = 41.67%
G = 50.49%
B = 7.84%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#AACE20 (or 0xAACE20) is known color: Bahia. HEX triplet: AA, CE and 20. RGB value is (170,206,32). Sum of RGB (Red+Green+Blue) = 170+206+32=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 206 (80.86% from 255 or 50.49% from 408); Blue value is 32 (12.89% from 255 or 7.84% from 408); Max value from RGB is 206 - color contains mainly: green. Hex color #AACE20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACE20 is #5531DF. Grayscale: #B0B0B0. Windows color (decimal): -5583328 or 2150058. OLE color: 2150058.

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

Color convert

RGB 170 206 32 -
CMYK 0.17 0 0.84 0.19
HSL 72.41º 0.73% 0.47% -
HSV(B) 72.41º 0.84% 0.81% -
XYZ 38.91 52.79 9.51 -
YUV 175.4 47.07 124.15 -
System Red Green Blue C M Y K H S L
Decimal 170 206 32 0.17 0 0.84 0.19 72.41 0.73 0.47
Hex AA CE 20 11 0 54 13 48 49 2F
Octal 252 316 40 21 0 124 23 110 111 57
Binary 10101010 11001110 100000 10001 0 1010100 10011 1001000 1001001 101111

Color Harmonies of #AACE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACE20

Black with #AACE20

Text Example


Text Example

White with #AACE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACE20; }

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

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

background-color css

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

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

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

border-color css

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

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

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