Html Css Color HEX #AACE0C Bahia

📋 copy color: '#AACE0C'

red 170 ◦ green 206 ◦ blue 12

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

Shades of Bahia #AACE0C

Tints of Bahia #AACE0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.09%

R = 43.81%
G = 53.09%
B = 3.09%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#AACE0C (or 0xAACE0C) is known color: Bahia. HEX triplet: AA, CE and 0C. RGB value is (170,206,12). Sum of RGB (Red+Green+Blue) = 170+206+12=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 206 (80.86% from 255 or 53.09% from 388); Blue value is 12 (5.08% from 255 or 3.09% from 388); Max value from RGB is 206 - color contains mainly: green. Hex color #AACE0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACE0C is #5531F3. Grayscale: #ADADAD. Windows color (decimal): -5583348 or 839338. OLE color: 839338.

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

Color convert

RGB 170 206 12 -
CMYK 0.17 0 0.94 0.19
HSL 71.13º 0.89% 0.43% -
HSV(B) 71.13º 0.94% 0.81% -
XYZ 38.72 52.72 8.48 -
YUV 173.12 37.07 125.77 -
System Red Green Blue C M Y K H S L
Decimal 170 206 12 0.17 0 0.94 0.19 71.13 0.89 0.43
Hex AA CE C 11 0 5E 13 47 59 2B
Octal 252 316 14 21 0 136 23 107 131 53
Binary 10101010 11001110 1100 10001 0 1011110 10011 1000111 1011001 101011

Color Harmonies of #AACE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACE0C

Black with #AACE0C

Text Example


Text Example

White with #AACE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACE0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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