Html Css Color HEX #AACC18 Bahia

📋 copy color: '#AACC18'

red 170 ◦ green 204 ◦ blue 24

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

Shades of Bahia #AACC18

Tints of Bahia #AACC18

RGB

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

 GREEN value IS 204 (80.08% from 255) = 51.26%

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

R = 42.71%
G = 51.26%
B = 6.03%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#AACC18 (or 0xAACC18) is known color: Bahia. HEX triplet: AA, CC and 18. RGB value is (170,204,24). Sum of RGB (Red+Green+Blue) = 170+204+24=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 204 (80.08% from 255 or 51.26% from 398); Blue value is 24 (9.77% from 255 or 6.03% from 398); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACC18 is #5533E7. Grayscale: #AEAEAE. Windows color (decimal): -5583848 or 1625258. OLE color: 1625258.

HSL color Cylindrical-coordinate representation of color #AACC18: hue angle of 71.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AACC18 is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 204 24 -
CMYK 0.17 0 0.88 0.2
HSL 71.33º 0.79% 0.45% -
HSV(B) 71.33º 0.88% 0.8% -
XYZ 38.34 51.8 8.84 -
YUV 173.31 43.74 125.64 -
System Red Green Blue C M Y K H S L
Decimal 170 204 24 0.17 0 0.88 0.2 71.33 0.79 0.45
Hex AA CC 18 11 0 58 14 47 4F 2D
Octal 252 314 30 21 0 130 24 107 117 55
Binary 10101010 11001100 11000 10001 0 1011000 10100 1000111 1001111 101101

Color Harmonies of #AACC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACC18

Black with #AACC18

Text Example


Text Example

White with #AACC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACC18; }

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

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

background-color css

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

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

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

border-color css

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

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

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