Html Css Color HEX #AAC71C Bahia

📋 copy color: '#AAC71C'

red 170 ◦ green 199 ◦ blue 28

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

Shades of Bahia #AAC71C

Tints of Bahia #AAC71C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 50.13%

 BLUE value IS 28 (11.33% from 255) = 7.05%

R = 42.82%
G = 50.13%
B = 7.05%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#AAC71C (or 0xAAC71C) is known color: Bahia. HEX triplet: AA, C7 and 1C. RGB value is (170,199,28). Sum of RGB (Red+Green+Blue) = 170+199+28=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 199 (78.12% from 255 or 50.13% from 397); Blue value is 28 (11.33% from 255 or 7.05% from 397); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC71C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC71C is #5538E3. Grayscale: #ABABAB. Windows color (decimal): -5585124 or 1886122. OLE color: 1886122.

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

Color convert

RGB 170 199 28 -
CMYK 0.15 0 0.86 0.22
HSL 70.18º 0.75% 0.45% -
HSV(B) 70.18º 0.86% 0.78% -
XYZ 37.21 49.48 8.69 -
YUV 170.84 47.39 127.4 -
System Red Green Blue C M Y K H S L
Decimal 170 199 28 0.15 0 0.86 0.22 70.18 0.75 0.45
Hex AA C7 1C F 0 56 16 46 4B 2D
Octal 252 307 34 17 0 126 26 106 113 55
Binary 10101010 11000111 11100 1111 0 1010110 10110 1000110 1001011 101101

Color Harmonies of #AAC71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC71C

Black with #AAC71C

Text Example


Text Example

White with #AAC71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC71C; }

 p { color: rgb(170,199,28); }

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

background-color css

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

 a { background-color: rgb(170,199,28); }

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

border-color css

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

 span { border-color: rgb(170,199,28); }

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