Html Css Color HEX #AAC595 Norway

📋 copy color: '#AAC595'

red 170 ◦ green 197 ◦ blue 149

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

Shades of Norway #AAC595

Tints of Norway #AAC595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.88%

R = 32.95%
G = 38.18%
B = 28.88%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#AAC595 (or 0xAAC595) is known color: Norway. HEX triplet: AA, C5 and 95. RGB value is (170,197,149). Sum of RGB (Red+Green+Blue) = 170+197+149=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC595 is #553A6A. Grayscale: #B7B7B7. Windows color (decimal): -5585515 or 9815466. OLE color: 9815466.

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

Color convert

RGB 170 197 149 -
CMYK 0.14 0 0.24 0.23
HSL 93.75º 0.29% 0.68% -
HSV(B) 93.75º 0.24% 0.77% -
XYZ 41.97 50.65 36 -
YUV 183.46 108.55 118.4 -
System Red Green Blue C M Y K H S L
Decimal 170 197 149 0.14 0 0.24 0.23 93.75 0.29 0.68
Hex AA C5 95 E 0 18 17 5E 1D 44
Octal 252 305 225 16 0 30 27 136 35 104
Binary 10101010 11000101 10010101 1110 0 11000 10111 1011110 11101 1000100

Color Harmonies of #AAC595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC595

Black with #AAC595

Text Example


Text Example

White with #AAC595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC595; }

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

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

background-color css

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

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

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

border-color css

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

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

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