Html Css Color HEX #AAC225 Bahia

📋 copy color: '#AAC225'

red 170 ◦ green 194 ◦ blue 37

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

Shades of Bahia #AAC225

Tints of Bahia #AAC225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.23%

R = 42.39%
G = 48.38%
B = 9.23%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#AAC225 (or 0xAAC225) is known color: Bahia. HEX triplet: AA, C2 and 25. RGB value is (170,194,37). Sum of RGB (Red+Green+Blue) = 170+194+37=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 194 (76.17% from 255 or 48.38% from 401); Blue value is 37 (14.84% from 255 or 9.23% from 401); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC225 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC225 is #553DDA. Grayscale: #A9A9A9. Windows color (decimal): -5586395 or 2474666. OLE color: 2474666.

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

Color convert

RGB 170 194 37 -
CMYK 0.12 0 0.81 0.24
HSL 69.17º 0.68% 0.45% -
HSV(B) 69.17º 0.81% 0.76% -
XYZ 36.2 47.26 8.96 -
YUV 168.93 53.55 128.77 -
System Red Green Blue C M Y K H S L
Decimal 170 194 37 0.12 0 0.81 0.24 69.17 0.68 0.45
Hex AA C2 25 C 0 51 18 45 44 2D
Octal 252 302 45 14 0 121 30 105 104 55
Binary 10101010 11000010 100101 1100 0 1010001 11000 1000101 1000100 101101

Color Harmonies of #AAC225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC225

Black with #AAC225

Text Example


Text Example

White with #AAC225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC225; }

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

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

background-color css

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

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

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

border-color css

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

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

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