Html Css Color HEX #AAC817 Bahia

📋 copy color: '#AAC817'

red 170 ◦ green 200 ◦ blue 23

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

Shades of Bahia #AAC817

Tints of Bahia #AAC817

RGB

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

 GREEN value IS 200 (78.52% from 255) = 50.89%

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

R = 43.26%
G = 50.89%
B = 5.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#AAC817 (or 0xAAC817) is known color: Bahia. HEX triplet: AA, C8 and 17. RGB value is (170,200,23). Sum of RGB (Red+Green+Blue) = 170+200+23=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 200 (78.52% from 255 or 50.89% from 393); Blue value is 23 (9.38% from 255 or 5.85% from 393); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC817 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC817 is #5537E8. Grayscale: #ABABAB. Windows color (decimal): -5584873 or 1558698. OLE color: 1558698.

HSL color Cylindrical-coordinate representation of color #AAC817: hue angle of 70.17º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AAC817 is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 200 23 -
CMYK 0.15 0 0.88 0.22
HSL 70.17º 0.79% 0.44% -
HSV(B) 70.17º 0.89% 0.78% -
XYZ 37.39 49.92 8.47 -
YUV 170.85 44.56 127.39 -
System Red Green Blue C M Y K H S L
Decimal 170 200 23 0.15 0 0.88 0.22 70.17 0.79 0.44
Hex AA C8 17 F 0 58 16 46 4F 2C
Octal 252 310 27 17 0 130 26 106 117 54
Binary 10101010 11001000 10111 1111 0 1011000 10110 1000110 1001111 101100

Color Harmonies of #AAC817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC817

Black with #AAC817

Text Example


Text Example

White with #AAC817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC817; }

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

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

background-color css

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

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

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

border-color css

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

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

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