Html Css Color HEX #AAC397 Norway

📋 copy color: '#AAC397'

red 170 ◦ green 195 ◦ blue 151

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

Shades of Norway #AAC397

Tints of Norway #AAC397

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.79%

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

R = 32.95%
G = 37.79%
B = 29.26%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#AAC397 (or 0xAAC397) is known color: Norway. HEX triplet: AA, C3 and 97. RGB value is (170,195,151). Sum of RGB (Red+Green+Blue) = 170+195+151=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 195 (76.56% from 255 or 37.79% from 516); Blue value is 151 (59.38% from 255 or 29.26% from 516); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC397 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC397 is #553C68. Grayscale: #B6B6B6. Windows color (decimal): -5586025 or 9946026. OLE color: 9946026.

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

Color convert

RGB 170 195 151 -
CMYK 0.13 0 0.23 0.24
HSL 94.09º 0.27% 0.68% -
HSV(B) 94.09º 0.23% 0.76% -
XYZ 41.68 49.81 36.7 -
YUV 182.51 110.22 119.08 -
System Red Green Blue C M Y K H S L
Decimal 170 195 151 0.13 0 0.23 0.24 94.09 0.27 0.68
Hex AA C3 97 D 0 17 18 5E 1B 44
Octal 252 303 227 15 0 27 30 136 33 104
Binary 10101010 11000011 10010111 1101 0 10111 11000 1011110 11011 1000100

Color Harmonies of #AAC397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC397

Black with #AAC397

Text Example


Text Example

White with #AAC397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC397; }

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

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

background-color css

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

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

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

border-color css

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

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

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