Html Css Color HEX #AAC61E Bahia

📋 copy color: '#AAC61E'

red 170 ◦ green 198 ◦ blue 30

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

Shades of Bahia #AAC61E

Tints of Bahia #AAC61E

RGB

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

 GREEN value IS 198 (77.73% from 255) = 49.75%

 BLUE value IS 30 (12.11% from 255) = 7.54%

R = 42.71%
G = 49.75%
B = 7.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#AAC61E (or 0xAAC61E) is known color: Bahia. HEX triplet: AA, C6 and 1E. RGB value is (170,198,30). Sum of RGB (Red+Green+Blue) = 170+198+30=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 198 (77.73% from 255 or 49.75% from 398); Blue value is 30 (12.11% from 255 or 7.54% from 398); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC61E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC61E is #5539E1. Grayscale: #ABABAB. Windows color (decimal): -5585378 or 2016938. OLE color: 2016938.

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

Color convert

RGB 170 198 30 -
CMYK 0.14 0 0.85 0.22
HSL 70º 0.74% 0.45% -
HSV(B) 70º 0.85% 0.78% -
XYZ 37.01 49.03 8.74 -
YUV 170.48 48.72 127.66 -
System Red Green Blue C M Y K H S L
Decimal 170 198 30 0.14 0 0.85 0.22 70 0.74 0.45
Hex AA C6 1E E 0 55 16 46 4A 2D
Octal 252 306 36 16 0 125 26 106 112 55
Binary 10101010 11000110 11110 1110 0 1010101 10110 1000110 1001010 101101

Color Harmonies of #AAC61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC61E

Black with #AAC61E

Text Example


Text Example

White with #AAC61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC61E; }

 p { color: rgb(170,198,30); }

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

background-color css

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

 a { background-color: rgb(170,198,30); }

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

border-color css

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

 span { border-color: rgb(170,198,30); }

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