Html Css Color HEX #AAC919 Bahia

📋 copy color: '#AAC919'

red 170 ◦ green 201 ◦ blue 25

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

Shades of Bahia #AAC919

Tints of Bahia #AAC919

RGB

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

 GREEN value IS 201 (78.91% from 255) = 50.76%

 BLUE value IS 25 (10.16% from 255) = 6.31%

R = 42.93%
G = 50.76%
B = 6.31%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#AAC919 (or 0xAAC919) is known color: Bahia. HEX triplet: AA, C9 and 19. RGB value is (170,201,25). Sum of RGB (Red+Green+Blue) = 170+201+25=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 201 (78.91% from 255 or 50.76% from 396); Blue value is 25 (10.16% from 255 or 6.31% from 396); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC919 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC919 is #5536E6. Grayscale: #ACACAC. Windows color (decimal): -5584615 or 1690026. OLE color: 1690026.

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

Color convert

RGB 170 201 25 -
CMYK 0.15 0 0.88 0.21
HSL 70.57º 0.78% 0.44% -
HSV(B) 70.57º 0.88% 0.79% -
XYZ 37.64 50.39 8.66 -
YUV 171.67 45.23 126.81 -
System Red Green Blue C M Y K H S L
Decimal 170 201 25 0.15 0 0.88 0.21 70.57 0.78 0.44
Hex AA C9 19 F 0 58 15 47 4E 2C
Octal 252 311 31 17 0 130 25 107 116 54
Binary 10101010 11001001 11001 1111 0 1011000 10101 1000111 1001110 101100

Color Harmonies of #AAC919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC919

Black with #AAC919

Text Example


Text Example

White with #AAC919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC919; }

 p { color: rgb(170,201,25); }

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

background-color css

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

 a { background-color: rgb(170,201,25); }

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

border-color css

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

 span { border-color: rgb(170,201,25); }

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