Html Css Color HEX #AAC394 Norway

📋 copy color: '#AAC394'

red 170 ◦ green 195 ◦ blue 148

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

Shades of Norway #AAC394

Tints of Norway #AAC394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.85%

R = 33.14%
G = 38.01%
B = 28.85%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#AAC394 (or 0xAAC394) is known color: Norway. HEX triplet: AA, C3 and 94. RGB value is (170,195,148). Sum of RGB (Red+Green+Blue) = 170+195+148=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 195 (76.56% from 255 or 38.01% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC394 is #553C6B. Grayscale: #B6B6B6. Windows color (decimal): -5586028 or 9749418. OLE color: 9749418.

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

Color convert

RGB 170 195 148 -
CMYK 0.13 0 0.24 0.24
HSL 91.91º 0.28% 0.67% -
HSV(B) 91.91º 0.24% 0.76% -
XYZ 41.44 49.71 35.43 -
YUV 182.17 108.72 119.32 -
System Red Green Blue C M Y K H S L
Decimal 170 195 148 0.13 0 0.24 0.24 91.91 0.28 0.67
Hex AA C3 94 D 0 18 18 5C 1C 43
Octal 252 303 224 15 0 30 30 134 34 103
Binary 10101010 11000011 10010100 1101 0 11000 11000 1011100 11100 1000011

Color Harmonies of #AAC394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC394

Black with #AAC394

Text Example


Text Example

White with #AAC394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC394; }

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

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

background-color css

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

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

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

border-color css

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

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

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