Html Css Color HEX #AAC018 Bahia

📋 copy color: '#AAC018'

red 170 ◦ green 192 ◦ blue 24

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

Shades of Bahia #AAC018

Tints of Bahia #AAC018

RGB

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

 GREEN value IS 192 (75.39% from 255) = 49.74%

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

R = 44.04%
G = 49.74%
B = 6.22%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#AAC018 (or 0xAAC018) is known color: Bahia. HEX triplet: AA, C0 and 18. RGB value is (170,192,24). Sum of RGB (Red+Green+Blue) = 170+192+24=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 192 (75.39% from 255 or 49.74% from 386); Blue value is 24 (9.77% from 255 or 6.22% from 386); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC018 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC018 is #553FE7. Grayscale: #A6A6A6. Windows color (decimal): -5586920 or 1622186. OLE color: 1622186.

HSL color Cylindrical-coordinate representation of color #AAC018: hue angle of 67.86º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AAC018 is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 192 24 -
CMYK 0.11 0 0.88 0.25
HSL 67.86º 0.78% 0.42% -
HSV(B) 67.86º 0.88% 0.75% -
XYZ 35.59 46.31 7.93 -
YUV 166.27 47.71 130.66 -
System Red Green Blue C M Y K H S L
Decimal 170 192 24 0.11 0 0.88 0.25 67.86 0.78 0.42
Hex AA C0 18 B 0 58 19 44 4E 2A
Octal 252 300 30 13 0 130 31 104 116 52
Binary 10101010 11000000 11000 1011 0 1011000 11001 1000100 1001110 101010

Color Harmonies of #AAC018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC018

Black with #AAC018

Text Example


Text Example

White with #AAC018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC018; }

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

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

background-color css

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

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

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

border-color css

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

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

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