Html Css Color HEX #AACE17 Bahia

📋 copy color: '#AACE17'

red 170 ◦ green 206 ◦ blue 23

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

Shades of Bahia #AACE17

Tints of Bahia #AACE17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.76%

R = 42.61%
G = 51.63%
B = 5.76%

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

#AACE17 (or 0xAACE17) is known color: Bahia. HEX triplet: AA, CE and 17. RGB value is (170,206,23). Sum of RGB (Red+Green+Blue) = 170+206+23=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 206 (80.86% from 255 or 51.63% from 399); Blue value is 23 (9.38% from 255 or 5.76% from 399); Max value from RGB is 206 - color contains mainly: green. Hex color #AACE17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACE17 is #5531E8. Grayscale: #AFAFAF. Windows color (decimal): -5583337 or 1560234. OLE color: 1560234.

HSL color Cylindrical-coordinate representation of color #AACE17: hue angle of 71.8º degrees, saturation: 0.8, 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 #AACE17 is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 206 23 -
CMYK 0.17 0 0.89 0.19
HSL 71.8º 0.8% 0.45% -
HSV(B) 71.8º 0.89% 0.81% -
XYZ 38.8 52.75 8.95 -
YUV 174.37 42.57 124.88 -
System Red Green Blue C M Y K H S L
Decimal 170 206 23 0.17 0 0.89 0.19 71.8 0.8 0.45
Hex AA CE 17 11 0 59 13 48 50 2D
Octal 252 316 27 21 0 131 23 110 120 55
Binary 10101010 11001110 10111 10001 0 1011001 10011 1001000 1010000 101101

Color Harmonies of #AACE17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACE17

Black with #AACE17

Text Example


Text Example

White with #AACE17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACE17; }

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

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

background-color css

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

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

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

border-color css

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

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

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