Html Css Color HEX #AAC591 Norway

📋 copy color: '#AAC591'

red 170 ◦ green 197 ◦ blue 145

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

Shades of Norway #AAC591

Tints of Norway #AAC591

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.48%

 BLUE value IS 145 (57.03% from 255) = 28.32%

R = 33.2%
G = 38.48%
B = 28.32%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#AAC591 (or 0xAAC591) is known color: Norway. HEX triplet: AA, C5 and 91. RGB value is (170,197,145). Sum of RGB (Red+Green+Blue) = 170+197+145=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 197 (77.34% from 255 or 38.48% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC591 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC591 is #553A6E. Grayscale: #B7B7B7. Windows color (decimal): -5585519 or 9553322. OLE color: 9553322.

HSL color Cylindrical-coordinate representation of color #AAC591: hue angle of 91.15º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAC591 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 197 145 -
CMYK 0.14 0 0.26 0.23
HSL 91.15º 0.31% 0.67% -
HSV(B) 91.15º 0.26% 0.77% -
XYZ 41.65 50.52 34.34 -
YUV 183 106.55 118.73 -
System Red Green Blue C M Y K H S L
Decimal 170 197 145 0.14 0 0.26 0.23 91.15 0.31 0.67
Hex AA C5 91 E 0 1A 17 5B 1F 43
Octal 252 305 221 16 0 32 27 133 37 103
Binary 10101010 11000101 10010001 1110 0 11010 10111 1011011 11111 1000011

Color Harmonies of #AAC591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC591

Black with #AAC591

Text Example


Text Example

White with #AAC591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC591; }

 p { color: rgb(170,197,145); }

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

background-color css

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

 a { background-color: rgb(170,197,145); }

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

border-color css

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

 span { border-color: rgb(170,197,145); }

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