Html Css Color HEX #AAC828 Bahia

📋 copy color: '#AAC828'

red 170 ◦ green 200 ◦ blue 40

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

Shades of Bahia #AAC828

Tints of Bahia #AAC828

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.78%

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

R = 41.46%
G = 48.78%
B = 9.76%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.8

 K value IS 0.22

RGB Variations

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

Color information

#AAC828 (or 0xAAC828) is known color: Bahia. HEX triplet: AA, C8 and 28. RGB value is (170,200,40). Sum of RGB (Red+Green+Blue) = 170+200+40=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 200 (78.52% from 255 or 48.78% from 410); Blue value is 40 (16.02% from 255 or 9.76% from 410); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC828 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC828 is #5537D7. Grayscale: #ADADAD. Windows color (decimal): -5584856 or 2672810. OLE color: 2672810.

HSL color Cylindrical-coordinate representation of color #AAC828: hue angle of 71.25º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AAC828 is Cyan = 0.15, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 200 40 -
CMYK 0.15 0 0.8 0.22
HSL 71.25º 0.67% 0.47% -
HSV(B) 71.25º 0.8% 0.78% -
XYZ 37.61 50.01 9.68 -
YUV 172.79 53.06 126.01 -
System Red Green Blue C M Y K H S L
Decimal 170 200 40 0.15 0 0.8 0.22 71.25 0.67 0.47
Hex AA C8 28 F 0 50 16 47 43 2F
Octal 252 310 50 17 0 120 26 107 103 57
Binary 10101010 11001000 101000 1111 0 1010000 10110 1000111 1000011 101111

Color Harmonies of #AAC828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC828

Black with #AAC828

Text Example


Text Example

White with #AAC828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC828; }

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

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

background-color css

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

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

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

border-color css

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

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

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