Html Css Color HEX #AAC918 Bahia

📋 copy color: '#AAC918'

red 170 ◦ green 201 ◦ blue 24

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

Shades of Bahia #AAC918

Tints of Bahia #AAC918

RGB

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

 GREEN value IS 201 (78.91% from 255) = 50.89%

 BLUE value IS 24 (9.77% from 255) = 6.08%

R = 43.04%
G = 50.89%
B = 6.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#AAC918 (or 0xAAC918) is known color: Bahia. HEX triplet: AA, C9 and 18. RGB value is (170,201,24). Sum of RGB (Red+Green+Blue) = 170+201+24=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 201 (78.91% from 255 or 50.89% from 395); Blue value is 24 (9.77% from 255 or 6.08% from 395); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC918 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC918 is #5536E7. Grayscale: #ACACAC. Windows color (decimal): -5584616 or 1624490. OLE color: 1624490.

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

Color convert

RGB 170 201 24 -
CMYK 0.15 0 0.88 0.21
HSL 70.51º 0.79% 0.44% -
HSV(B) 70.51º 0.88% 0.79% -
XYZ 37.63 50.39 8.61 -
YUV 171.55 44.73 126.89 -
System Red Green Blue C M Y K H S L
Decimal 170 201 24 0.15 0 0.88 0.21 70.51 0.79 0.44
Hex AA C9 18 F 0 58 15 47 4F 2C
Octal 252 311 30 17 0 130 25 107 117 54
Binary 10101010 11001001 11000 1111 0 1011000 10101 1000111 1001111 101100

Color Harmonies of #AAC918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC918

Black with #AAC918

Text Example


Text Example

White with #AAC918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC918; }

 p { color: rgb(170,201,24); }

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

background-color css

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

 a { background-color: rgb(170,201,24); }

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

border-color css

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

 span { border-color: rgb(170,201,24); }

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