Html Css Color HEX #AAC618 Bahia

📋 copy color: '#AAC618'

red 170 ◦ green 198 ◦ blue 24

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

Shades of Bahia #AAC618

Tints of Bahia #AAC618

RGB

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

 GREEN value IS 198 (77.73% from 255) = 50.51%

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

R = 43.37%
G = 50.51%
B = 6.12%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#AAC618 (or 0xAAC618) is known color: Bahia. HEX triplet: AA, C6 and 18. RGB value is (170,198,24). Sum of RGB (Red+Green+Blue) = 170+198+24=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 198 (77.73% from 255 or 50.51% from 392); Blue value is 24 (9.77% from 255 or 6.12% from 392); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC618 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC618 is #5539E7. Grayscale: #AAAAAA. Windows color (decimal): -5585384 or 1623722. OLE color: 1623722.

HSL color Cylindrical-coordinate representation of color #AAC618: hue angle of 69.66º degrees, saturation: 0.78, 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 #AAC618 is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 198 24 -
CMYK 0.14 0 0.88 0.22
HSL 69.66º 0.78% 0.44% -
HSV(B) 69.66º 0.88% 0.78% -
XYZ 36.94 49 8.38 -
YUV 169.79 45.72 128.15 -
System Red Green Blue C M Y K H S L
Decimal 170 198 24 0.14 0 0.88 0.22 69.66 0.78 0.44
Hex AA C6 18 E 0 58 16 46 4E 2C
Octal 252 306 30 16 0 130 26 106 116 54
Binary 10101010 11000110 11000 1110 0 1011000 10110 1000110 1001110 101100

Color Harmonies of #AAC618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC618

Black with #AAC618

Text Example


Text Example

White with #AAC618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC618; }

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

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

background-color css

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

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

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

border-color css

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

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

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