Html Css Color HEX #AAC80A Bahia

📋 copy color: '#AAC80A'

red 170 ◦ green 200 ◦ blue 10

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

Shades of Bahia #AAC80A

Tints of Bahia #AAC80A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.63%

R = 44.74%
G = 52.63%
B = 2.63%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#AAC80A (or 0xAAC80A) is known color: Bahia. HEX triplet: AA, C8 and 0A. RGB value is (170,200,10). Sum of RGB (Red+Green+Blue) = 170+200+10=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 200 (78.52% from 255 or 52.63% from 380); Blue value is 10 (4.30% from 255 or 2.63% from 380); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC80A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC80A is #5537F5. Grayscale: #AAAAAA. Windows color (decimal): -5584886 or 706730. OLE color: 706730.

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

Color convert

RGB 170 200 10 -
CMYK 0.15 0 0.95 0.22
HSL 69.47º 0.9% 0.41% -
HSV(B) 69.47º 0.95% 0.78% -
XYZ 37.29 49.88 7.95 -
YUV 169.37 38.06 128.45 -
System Red Green Blue C M Y K H S L
Decimal 170 200 10 0.15 0 0.95 0.22 69.47 0.9 0.41
Hex AA C8 A F 0 5F 16 45 5A 29
Octal 252 310 12 17 0 137 26 105 132 51
Binary 10101010 11001000 1010 1111 0 1011111 10110 1000101 1011010 101001

Color Harmonies of #AAC80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC80A

Black with #AAC80A

Text Example


Text Example

White with #AAC80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC80A; }

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

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

background-color css

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

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

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

border-color css

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

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

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