Html Css Color HEX #AAC418 Bahia

📋 copy color: '#AAC418'

red 170 ◦ green 196 ◦ blue 24

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

Shades of Bahia #AAC418

Tints of Bahia #AAC418

RGB

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

 GREEN value IS 196 (76.95% from 255) = 50.26%

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

R = 43.59%
G = 50.26%
B = 6.15%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#AAC418 (or 0xAAC418) is known color: Bahia. HEX triplet: AA, C4 and 18. RGB value is (170,196,24). Sum of RGB (Red+Green+Blue) = 170+196+24=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 196 (76.95% from 255 or 50.26% from 390); Blue value is 24 (9.77% from 255 or 6.15% from 390); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC418 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC418 is #553BE7. Grayscale: #A9A9A9. Windows color (decimal): -5585896 or 1623210. OLE color: 1623210.

HSL color Cylindrical-coordinate representation of color #AAC418: hue angle of 69.07º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AAC418 is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 196 24 -
CMYK 0.13 0 0.88 0.23
HSL 69.07º 0.78% 0.43% -
HSV(B) 69.07º 0.88% 0.77% -
XYZ 36.48 48.09 8.22 -
YUV 168.62 46.39 128.99 -
System Red Green Blue C M Y K H S L
Decimal 170 196 24 0.13 0 0.88 0.23 69.07 0.78 0.43
Hex AA C4 18 D 0 58 17 45 4E 2B
Octal 252 304 30 15 0 130 27 105 116 53
Binary 10101010 11000100 11000 1101 0 1011000 10111 1000101 1001110 101011

Color Harmonies of #AAC418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC418

Black with #AAC418

Text Example


Text Example

White with #AAC418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC418; }

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

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

background-color css

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

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

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

border-color css

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

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

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