Html Css Color HEX #AAC70D Bahia

📋 copy color: '#AAC70D'

red 170 ◦ green 199 ◦ blue 13

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

Shades of Bahia #AAC70D

Tints of Bahia #AAC70D

RGB

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

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

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

R = 44.5%
G = 52.09%
B = 3.4%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#AAC70D (or 0xAAC70D) is known color: Bahia. HEX triplet: AA, C7 and 0D. RGB value is (170,199,13). Sum of RGB (Red+Green+Blue) = 170+199+13=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 199 (78.12% from 255 or 52.09% from 382); Blue value is 13 (5.47% from 255 or 3.40% from 382); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC70D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC70D is #5538F2. Grayscale: #A9A9A9. Windows color (decimal): -5585139 or 903082. OLE color: 903082.

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

Color convert

RGB 170 199 13 -
CMYK 0.15 0 0.93 0.22
HSL 69.35º 0.88% 0.42% -
HSV(B) 69.35º 0.93% 0.78% -
XYZ 37.07 49.42 7.97 -
YUV 169.13 39.89 128.62 -
System Red Green Blue C M Y K H S L
Decimal 170 199 13 0.15 0 0.93 0.22 69.35 0.88 0.42
Hex AA C7 D F 0 5D 16 45 58 2A
Octal 252 307 15 17 0 135 26 105 130 52
Binary 10101010 11000111 1101 1111 0 1011101 10110 1000101 1011000 101010

Color Harmonies of #AAC70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC70D

Black with #AAC70D

Text Example


Text Example

White with #AAC70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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