Html Css Color HEX #AAC70F Bahia

📋 copy color: '#AAC70F'

red 170 ◦ green 199 ◦ blue 15

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

Shades of Bahia #AAC70F

Tints of Bahia #AAC70F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.91%

R = 44.27%
G = 51.82%
B = 3.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#AAC70F (or 0xAAC70F) is known color: Bahia. HEX triplet: AA, C7 and 0F. RGB value is (170,199,15). Sum of RGB (Red+Green+Blue) = 170+199+15=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 199 (78.12% from 255 or 51.82% from 384); Blue value is 15 (6.25% from 255 or 3.91% from 384); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC70F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC70F is #5538F0. Grayscale: #AAAAAA. Windows color (decimal): -5585137 or 1034154. OLE color: 1034154.

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

Color convert

RGB 170 199 15 -
CMYK 0.15 0 0.92 0.22
HSL 69.46º 0.86% 0.42% -
HSV(B) 69.46º 0.92% 0.78% -
XYZ 37.09 49.43 8.04 -
YUV 169.35 40.89 128.46 -
System Red Green Blue C M Y K H S L
Decimal 170 199 15 0.15 0 0.92 0.22 69.46 0.86 0.42
Hex AA C7 F F 0 5C 16 45 56 2A
Octal 252 307 17 17 0 134 26 105 126 52
Binary 10101010 11000111 1111 1111 0 1011100 10110 1000101 1010110 101010

Color Harmonies of #AAC70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC70F

Black with #AAC70F

Text Example


Text Example

White with #AAC70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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