Html Css Color HEX #AAC80D Bahia

📋 copy color: '#AAC80D'

red 170 ◦ green 200 ◦ blue 13

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

Shades of Bahia #AAC80D

Tints of Bahia #AAC80D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.39%

R = 44.39%
G = 52.22%
B = 3.39%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#AAC80D (or 0xAAC80D) is known color: Bahia. HEX triplet: AA, C8 and 0D. RGB value is (170,200,13). Sum of RGB (Red+Green+Blue) = 170+200+13=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 200 (78.52% from 255 or 52.22% from 383); Blue value is 13 (5.47% from 255 or 3.39% from 383); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC80D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC80D is #5537F2. Grayscale: #AAAAAA. Windows color (decimal): -5584883 or 903338. OLE color: 903338.

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

Color convert

RGB 170 200 13 -
CMYK 0.15 0 0.94 0.22
HSL 69.63º 0.88% 0.42% -
HSV(B) 69.63º 0.94% 0.78% -
XYZ 37.3 49.88 8.04 -
YUV 169.71 39.56 128.21 -
System Red Green Blue C M Y K H S L
Decimal 170 200 13 0.15 0 0.94 0.22 69.63 0.88 0.42
Hex AA C8 D F 0 5E 16 46 58 2A
Octal 252 310 15 17 0 136 26 106 130 52
Binary 10101010 11001000 1101 1111 0 1011110 10110 1000110 1011000 101010

Color Harmonies of #AAC80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC80D

Black with #AAC80D

Text Example


Text Example

White with #AAC80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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