Html Css Color HEX #AAC214 Bahia

📋 copy color: '#AAC214'

red 170 ◦ green 194 ◦ blue 20

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

Shades of Bahia #AAC214

Tints of Bahia #AAC214

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.52%

 BLUE value IS 20 (8.2% from 255) = 5.21%

R = 44.27%
G = 50.52%
B = 5.21%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#AAC214 (or 0xAAC214) is known color: Bahia. HEX triplet: AA, C2 and 14. RGB value is (170,194,20). Sum of RGB (Red+Green+Blue) = 170+194+20=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 194 (76.17% from 255 or 50.52% from 384); Blue value is 20 (8.20% from 255 or 5.21% from 384); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC214 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC214 is #553DEB. Grayscale: #A7A7A7. Windows color (decimal): -5586412 or 1360554. OLE color: 1360554.

HSL color Cylindrical-coordinate representation of color #AAC214: hue angle of 68.28º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAC214 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 194 20 -
CMYK 0.12 0 0.90 0.24
HSL 68.28º 0.81% 0.42% -
HSV(B) 68.28º 0.9% 0.76% -
XYZ 36 47.18 7.87 -
YUV 166.99 45.05 130.15 -
System Red Green Blue C M Y K H S L
Decimal 170 194 20 0.12 0 0.90 0.24 68.28 0.81 0.42
Hex AA C2 14 C 0 5A 18 44 51 2A
Octal 252 302 24 14 0 132 30 104 121 52
Binary 10101010 11000010 10100 1100 0 1011010 11000 1000100 1010001 101010

Color Harmonies of #AAC214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC214

Black with #AAC214

Text Example


Text Example

White with #AAC214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC214; }

 p { color: rgb(170,194,20); }

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

background-color css

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

 a { background-color: rgb(170,194,20); }

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

border-color css

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

 span { border-color: rgb(170,194,20); }

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