Html Css Color HEX #AAC597 Norway

📋 copy color: '#AAC597'

red 170 ◦ green 197 ◦ blue 151

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

Shades of Norway #AAC597

Tints of Norway #AAC597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 29.15%

R = 32.82%
G = 38.03%
B = 29.15%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#AAC597 (or 0xAAC597) is known color: Norway. HEX triplet: AA, C5 and 97. RGB value is (170,197,151). Sum of RGB (Red+Green+Blue) = 170+197+151=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 151 (59.38% from 255 or 29.15% from 518); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC597 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC597 is #553A68. Grayscale: #B7B7B7. Windows color (decimal): -5585513 or 9946538. OLE color: 9946538.

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

Color convert

RGB 170 197 151 -
CMYK 0.14 0 0.23 0.23
HSL 95.22º 0.28% 0.68% -
HSV(B) 95.22º 0.23% 0.77% -
XYZ 42.13 50.71 36.85 -
YUV 183.68 109.55 118.24 -
System Red Green Blue C M Y K H S L
Decimal 170 197 151 0.14 0 0.23 0.23 95.22 0.28 0.68
Hex AA C5 97 E 0 17 17 5F 1C 44
Octal 252 305 227 16 0 27 27 137 34 104
Binary 10101010 11000101 10010111 1110 0 10111 10111 1011111 11100 1000100

Color Harmonies of #AAC597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC597

Black with #AAC597

Text Example


Text Example

White with #AAC597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC597; }

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

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

background-color css

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

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

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

border-color css

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

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

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