Html Css Color HEX #AAC72F Bahia

📋 copy color: '#AAC72F'

red 170 ◦ green 199 ◦ blue 47

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

Shades of Bahia #AAC72F

Tints of Bahia #AAC72F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.3%

R = 40.87%
G = 47.84%
B = 11.3%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#AAC72F (or 0xAAC72F) is known color: Bahia. HEX triplet: AA, C7 and 2F. RGB value is (170,199,47). Sum of RGB (Red+Green+Blue) = 170+199+47=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 199 (78.12% from 255 or 47.84% from 416); Blue value is 47 (18.75% from 255 or 11.30% from 416); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC72F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC72F is #5538D0. Grayscale: #ADADAD. Windows color (decimal): -5585105 or 3131306. OLE color: 3131306.

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

Color convert

RGB 170 199 47 -
CMYK 0.15 0 0.76 0.22
HSL 71.45º 0.62% 0.48% -
HSV(B) 71.45º 0.76% 0.78% -
XYZ 37.51 49.6 10.29 -
YUV 173 56.89 125.86 -
System Red Green Blue C M Y K H S L
Decimal 170 199 47 0.15 0 0.76 0.22 71.45 0.62 0.48
Hex AA C7 2F F 0 4C 16 47 3E 30
Octal 252 307 57 17 0 114 26 107 76 60
Binary 10101010 11000111 101111 1111 0 1001100 10110 1000111 111110 110000

Color Harmonies of #AAC72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC72F

Black with #AAC72F

Text Example


Text Example

White with #AAC72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC72F; }

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

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

background-color css

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

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

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

border-color css

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

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

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