Html Css Color HEX #AAC128 Bahia

📋 copy color: '#AAC128'

red 170 ◦ green 193 ◦ blue 40

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

Shades of Bahia #AAC128

Tints of Bahia #AAC128

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.89%

 BLUE value IS 40 (16.02% from 255) = 9.93%

R = 42.18%
G = 47.89%
B = 9.93%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#AAC128 (or 0xAAC128) is known color: Bahia. HEX triplet: AA, C1 and 28. RGB value is (170,193,40). Sum of RGB (Red+Green+Blue) = 170+193+40=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 193 (75.78% from 255 or 47.89% from 403); Blue value is 40 (16.02% from 255 or 9.93% from 403); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC128 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC128 is #553ED7. Grayscale: #A9A9A9. Windows color (decimal): -5586648 or 2671018. OLE color: 2671018.

HSL color Cylindrical-coordinate representation of color #AAC128: hue angle of 69.02º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AAC128 is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 193 40 -
CMYK 0.12 0 0.79 0.24
HSL 69.02º 0.66% 0.46% -
HSV(B) 69.02º 0.79% 0.76% -
XYZ 36.03 46.84 9.15 -
YUV 168.68 55.38 128.94 -
System Red Green Blue C M Y K H S L
Decimal 170 193 40 0.12 0 0.79 0.24 69.02 0.66 0.46
Hex AA C1 28 C 0 4F 18 45 42 2E
Octal 252 301 50 14 0 117 30 105 102 56
Binary 10101010 11000001 101000 1100 0 1001111 11000 1000101 1000010 101110

Color Harmonies of #AAC128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC128

Black with #AAC128

Text Example


Text Example

White with #AAC128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC128; }

 p { color: rgb(170,193,40); }

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

background-color css

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

 a { background-color: rgb(170,193,40); }

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

border-color css

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

 span { border-color: rgb(170,193,40); }

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