Html Css Color HEX #AAC630 Bahia

📋 copy color: '#AAC630'

red 170 ◦ green 198 ◦ blue 48

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

Shades of Bahia #AAC630

Tints of Bahia #AAC630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.54%

R = 40.87%
G = 47.6%
B = 11.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#AAC630 (or 0xAAC630) is known color: Bahia. HEX triplet: AA, C6 and 30. RGB value is (170,198,48). Sum of RGB (Red+Green+Blue) = 170+198+48=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 198 (77.73% from 255 or 47.60% from 416); Blue value is 48 (19.14% from 255 or 11.54% from 416); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC630 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC630 is #5539CF. Grayscale: #ADADAD. Windows color (decimal): -5585360 or 3196586. OLE color: 3196586.

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

Color convert

RGB 170 198 48 -
CMYK 0.14 0 0.76 0.22
HSL 71.2º 0.61% 0.48% -
HSV(B) 71.2º 0.76% 0.78% -
XYZ 37.31 49.15 10.32 -
YUV 172.53 57.72 126.2 -
System Red Green Blue C M Y K H S L
Decimal 170 198 48 0.14 0 0.76 0.22 71.2 0.61 0.48
Hex AA C6 30 E 0 4C 16 47 3D 30
Octal 252 306 60 16 0 114 26 107 75 60
Binary 10101010 11000110 110000 1110 0 1001100 10110 1000111 111101 110000

Color Harmonies of #AAC630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC630

Black with #AAC630

Text Example


Text Example

White with #AAC630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC630; }

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

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

background-color css

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

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

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

border-color css

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

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

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