Html Css Color HEX #AAC09A Norway

📋 copy color: '#AAC09A'

red 170 ◦ green 192 ◦ blue 154

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

Shades of Norway #AAC09A

Tints of Norway #AAC09A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.21%

 BLUE value IS 154 (60.55% from 255) = 29.84%

R = 32.95%
G = 37.21%
B = 29.84%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#AAC09A (or 0xAAC09A) is known color: Norway. HEX triplet: AA, C0 and 9A. RGB value is (170,192,154). Sum of RGB (Red+Green+Blue) = 170+192+154=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 154 (60.55% from 255 or 29.84% from 516); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC09A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC09A is #553F65. Grayscale: #B5B5B5. Windows color (decimal): -5586790 or 10141866. OLE color: 10141866.

HSL color Cylindrical-coordinate representation of color #AAC09A: hue angle of 94.74º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAC09A is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 192 154 -
CMYK 0.11 0 0.20 0.25
HSL 94.74º 0.23% 0.68% -
HSV(B) 94.74º 0.2% 0.75% -
XYZ 41.26 48.58 37.77 -
YUV 181.09 112.71 120.09 -
System Red Green Blue C M Y K H S L
Decimal 170 192 154 0.11 0 0.20 0.25 94.74 0.23 0.68
Hex AA C0 9A B 0 14 19 5F 17 44
Octal 252 300 232 13 0 24 31 137 27 104
Binary 10101010 11000000 10011010 1011 0 10100 11001 1011111 10111 1000100

Color Harmonies of #AAC09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC09A

Black with #AAC09A

Text Example


Text Example

White with #AAC09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC09A; }

 p { color: rgb(170,192,154); }

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

background-color css

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

 a { background-color: rgb(170,192,154); }

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

border-color css

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

 span { border-color: rgb(170,192,154); }

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