Html Css Color HEX #AACC17 Bahia

📋 copy color: '#AACC17'

red 170 ◦ green 204 ◦ blue 23

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

Shades of Bahia #AACC17

Tints of Bahia #AACC17

RGB

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

 GREEN value IS 204 (80.08% from 255) = 51.39%

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

R = 42.82%
G = 51.39%
B = 5.79%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#AACC17 (or 0xAACC17) is known color: Bahia. HEX triplet: AA, CC and 17. RGB value is (170,204,23). Sum of RGB (Red+Green+Blue) = 170+204+23=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 204 (80.08% from 255 or 51.39% from 397); Blue value is 23 (9.38% from 255 or 5.79% from 397); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACC17 is #5533E8. Grayscale: #ADADAD. Windows color (decimal): -5583849 or 1559722. OLE color: 1559722.

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

Color convert

RGB 170 204 23 -
CMYK 0.17 0 0.89 0.2
HSL 71.27º 0.8% 0.45% -
HSV(B) 71.27º 0.89% 0.8% -
XYZ 38.33 51.79 8.79 -
YUV 173.2 43.24 125.72 -
System Red Green Blue C M Y K H S L
Decimal 170 204 23 0.17 0 0.89 0.2 71.27 0.8 0.45
Hex AA CC 17 11 0 59 14 47 50 2D
Octal 252 314 27 21 0 131 24 107 120 55
Binary 10101010 11001100 10111 10001 0 1011001 10100 1000111 1010000 101101

Color Harmonies of #AACC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACC17

Black with #AACC17

Text Example


Text Example

White with #AACC17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACC17; }

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

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

background-color css

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

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

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

border-color css

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

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

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