Html Css Color HEX #AACE09 Bahia

📋 copy color: '#AACE09'

red 170 ◦ green 206 ◦ blue 9

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

Shades of Bahia #AACE09

Tints of Bahia #AACE09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.34%

R = 44.16%
G = 53.51%
B = 2.34%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#AACE09 (or 0xAACE09) is known color: Bahia. HEX triplet: AA, CE and 09. RGB value is (170,206,9). Sum of RGB (Red+Green+Blue) = 170+206+9=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 206 (80.86% from 255 or 53.51% from 385); Blue value is 9 (3.91% from 255 or 2.34% from 385); Max value from RGB is 206 - color contains mainly: green. Hex color #AACE09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACE09 is #5531F6. Grayscale: #ADADAD. Windows color (decimal): -5583351 or 642730. OLE color: 642730.

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

Color convert

RGB 170 206 9 -
CMYK 0.17 0 0.96 0.19
HSL 70.96º 0.92% 0.42% -
HSV(B) 70.96º 0.96% 0.81% -
XYZ 38.7 52.71 8.39 -
YUV 172.78 35.57 126.02 -
System Red Green Blue C M Y K H S L
Decimal 170 206 9 0.17 0 0.96 0.19 70.96 0.92 0.42
Hex AA CE 9 11 0 60 13 47 5C 2A
Octal 252 316 11 21 0 140 23 107 134 52
Binary 10101010 11001110 1001 10001 0 1100000 10011 1000111 1011100 101010

Color Harmonies of #AACE09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACE09

Black with #AACE09

Text Example


Text Example

White with #AACE09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACE09; }

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

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

background-color css

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

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

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

border-color css

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

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

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