Html Css Color HEX #AACC1A Bahia

📋 copy color: '#AACC1A'

red 170 ◦ green 204 ◦ blue 26

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

Shades of Bahia #AACC1A

Tints of Bahia #AACC1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.5%

R = 42.5%
G = 51%
B = 6.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#AACC1A (or 0xAACC1A) is known color: Bahia. HEX triplet: AA, CC and 1A. RGB value is (170,204,26). Sum of RGB (Red+Green+Blue) = 170+204+26=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 204 (80.08% from 255 or 51% from 400); Blue value is 26 (10.55% from 255 or 6.5% from 400); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACC1A is #5533E5. Grayscale: #AEAEAE. Windows color (decimal): -5583846 or 1756330. OLE color: 1756330.

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

Color convert

RGB 170 204 26 -
CMYK 0.17 0 0.87 0.2
HSL 71.46º 0.77% 0.45% -
HSV(B) 71.46º 0.87% 0.8% -
XYZ 38.36 51.81 8.96 -
YUV 173.54 44.74 125.47 -
System Red Green Blue C M Y K H S L
Decimal 170 204 26 0.17 0 0.87 0.2 71.46 0.77 0.45
Hex AA CC 1A 11 0 57 14 47 4D 2D
Octal 252 314 32 21 0 127 24 107 115 55
Binary 10101010 11001100 11010 10001 0 1010111 10100 1000111 1001101 101101

Color Harmonies of #AACC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACC1A

Black with #AACC1A

Text Example


Text Example

White with #AACC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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