Html Css Color HEX #AAC024 Bahia

📋 copy color: '#AAC024'

red 170 ◦ green 192 ◦ blue 36

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

Shades of Bahia #AAC024

Tints of Bahia #AAC024

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.24%

 BLUE value IS 36 (14.45% from 255) = 9.05%

R = 42.71%
G = 48.24%
B = 9.05%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#AAC024 (or 0xAAC024) is known color: Bahia. HEX triplet: AA, C0 and 24. RGB value is (170,192,36). Sum of RGB (Red+Green+Blue) = 170+192+36=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 192 (75.39% from 255 or 48.24% from 398); Blue value is 36 (14.45% from 255 or 9.05% from 398); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC024 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC024 is #553FDB. Grayscale: #A8A8A8. Windows color (decimal): -5586908 or 2408618. OLE color: 2408618.

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

Color convert

RGB 170 192 36 -
CMYK 0.11 0 0.81 0.25
HSL 68.46º 0.68% 0.45% -
HSV(B) 68.46º 0.81% 0.75% -
XYZ 35.75 46.37 8.74 -
YUV 167.64 53.71 129.68 -
System Red Green Blue C M Y K H S L
Decimal 170 192 36 0.11 0 0.81 0.25 68.46 0.68 0.45
Hex AA C0 24 B 0 51 19 44 44 2D
Octal 252 300 44 13 0 121 31 104 104 55
Binary 10101010 11000000 100100 1011 0 1010001 11001 1000100 1000100 101101

Color Harmonies of #AAC024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC024

Black with #AAC024

Text Example


Text Example

White with #AAC024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC024; }

 p { color: rgb(170,192,36); }

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

background-color css

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

 a { background-color: rgb(170,192,36); }

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

border-color css

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

 span { border-color: rgb(170,192,36); }

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