Html Css Color HEX #AACC2A Bahia

📋 copy color: '#AACC2A'

red 170 ◦ green 204 ◦ blue 42

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

Shades of Bahia #AACC2A

Tints of Bahia #AACC2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.1%

R = 40.87%
G = 49.04%
B = 10.1%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#AACC2A (or 0xAACC2A) is known color: Bahia. HEX triplet: AA, CC and 2A. RGB value is (170,204,42). Sum of RGB (Red+Green+Blue) = 170+204+42=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 42 (16.80% from 255 or 10.10% from 416); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACC2A is #5533D5. Grayscale: #AFAFAF. Windows color (decimal): -5583830 or 2804906. OLE color: 2804906.

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

Color convert

RGB 170 204 42 -
CMYK 0.17 0 0.79 0.2
HSL 72.59º 0.66% 0.48% -
HSV(B) 72.59º 0.79% 0.8% -
XYZ 38.59 51.9 10.17 -
YUV 175.37 52.74 124.17 -
System Red Green Blue C M Y K H S L
Decimal 170 204 42 0.17 0 0.79 0.2 72.59 0.66 0.48
Hex AA CC 2A 11 0 4F 14 49 42 30
Octal 252 314 52 21 0 117 24 111 102 60
Binary 10101010 11001100 101010 10001 0 1001111 10100 1001001 1000010 110000

Color Harmonies of #AACC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACC2A

Black with #AACC2A

Text Example


Text Example

White with #AACC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACC2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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