Html Css Color HEX #AACE11 Bahia

📋 copy color: '#AACE11'

red 170 ◦ green 206 ◦ blue 17

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

Shades of Bahia #AACE11

Tints of Bahia #AACE11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.33%

R = 43.26%
G = 52.42%
B = 4.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#AACE11 (or 0xAACE11) is known color: Bahia. HEX triplet: AA, CE and 11. RGB value is (170,206,17). Sum of RGB (Red+Green+Blue) = 170+206+17=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 206 (80.86% from 255 or 52.42% from 393); Blue value is 17 (7.03% from 255 or 4.33% from 393); Max value from RGB is 206 - color contains mainly: green. Hex color #AACE11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACE11 is #5531EE. Grayscale: #AEAEAE. Windows color (decimal): -5583343 or 1167018. OLE color: 1167018.

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

Color convert

RGB 170 206 17 -
CMYK 0.17 0 0.92 0.19
HSL 71.43º 0.85% 0.44% -
HSV(B) 71.43º 0.92% 0.81% -
XYZ 38.75 52.73 8.67 -
YUV 173.69 39.57 125.37 -
System Red Green Blue C M Y K H S L
Decimal 170 206 17 0.17 0 0.92 0.19 71.43 0.85 0.44
Hex AA CE 11 11 0 5C 13 47 55 2C
Octal 252 316 21 21 0 134 23 107 125 54
Binary 10101010 11001110 10001 10001 0 1011100 10011 1000111 1010101 101100

Color Harmonies of #AACE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACE11

Black with #AACE11

Text Example


Text Example

White with #AACE11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACE11; }

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

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

background-color css

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

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

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

border-color css

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

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

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