Html Css Color HEX #AAC391 Norway

📋 copy color: '#AAC391'

red 170 ◦ green 195 ◦ blue 145

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

Shades of Norway #AAC391

Tints of Norway #AAC391

RGB

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

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

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

R = 33.33%
G = 38.24%
B = 28.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#AAC391 (or 0xAAC391) is known color: Norway. HEX triplet: AA, C3 and 91. RGB value is (170,195,145). Sum of RGB (Red+Green+Blue) = 170+195+145=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 145 (57.03% from 255 or 28.43% from 510); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC391 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC391 is #553C6E. Grayscale: #B6B6B6. Windows color (decimal): -5586031 or 9552810. OLE color: 9552810.

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

Color convert

RGB 170 195 145 -
CMYK 0.13 0 0.26 0.24
HSL 90º 0.29% 0.67% -
HSV(B) 90º 0.26% 0.76% -
XYZ 41.2 49.62 34.19 -
YUV 181.83 107.22 119.57 -
System Red Green Blue C M Y K H S L
Decimal 170 195 145 0.13 0 0.26 0.24 90 0.29 0.67
Hex AA C3 91 D 0 1A 18 5A 1D 43
Octal 252 303 221 15 0 32 30 132 35 103
Binary 10101010 11000011 10010001 1101 0 11010 11000 1011010 11101 1000011

Color Harmonies of #AAC391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC391

Black with #AAC391

Text Example


Text Example

White with #AAC391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC391; }

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

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

background-color css

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

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

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

border-color css

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

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

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