Html Css Color HEX #AACE16 Bahia

📋 copy color: '#AACE16'

red 170 ◦ green 206 ◦ blue 22

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

Shades of Bahia #AACE16

Tints of Bahia #AACE16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.53%

R = 42.71%
G = 51.76%
B = 5.53%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#AACE16 (or 0xAACE16) is known color: Bahia. HEX triplet: AA, CE and 16. RGB value is (170,206,22). Sum of RGB (Red+Green+Blue) = 170+206+22=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 206 (80.86% from 255 or 51.76% from 398); Blue value is 22 (8.98% from 255 or 5.53% from 398); Max value from RGB is 206 - color contains mainly: green. Hex color #AACE16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACE16 is #5531E9. Grayscale: #AEAEAE. Windows color (decimal): -5583338 or 1494698. OLE color: 1494698.

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

Color convert

RGB 170 206 22 -
CMYK 0.17 0 0.89 0.19
HSL 71.74º 0.81% 0.45% -
HSV(B) 71.74º 0.89% 0.81% -
XYZ 38.79 52.75 8.9 -
YUV 174.26 42.07 124.96 -
System Red Green Blue C M Y K H S L
Decimal 170 206 22 0.17 0 0.89 0.19 71.74 0.81 0.45
Hex AA CE 16 11 0 59 13 48 51 2D
Octal 252 316 26 21 0 131 23 110 121 55
Binary 10101010 11001110 10110 10001 0 1011001 10011 1001000 1010001 101101

Color Harmonies of #AACE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACE16

Black with #AACE16

Text Example


Text Example

White with #AACE16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACE16; }

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

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

background-color css

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

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

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

border-color css

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

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

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