Html Css Color HEX #AAC98D Norway

📋 copy color: '#AAC98D'

red 170 ◦ green 201 ◦ blue 141

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

Shades of Norway #AAC98D

Tints of Norway #AAC98D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.26%

 BLUE value IS 141 (55.47% from 255) = 27.54%

R = 33.2%
G = 39.26%
B = 27.54%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#AAC98D (or 0xAAC98D) is known color: Norway. HEX triplet: AA, C9 and 8D. RGB value is (170,201,141). Sum of RGB (Red+Green+Blue) = 170+201+141=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC98D is #553672. Grayscale: #B9B9B9. Windows color (decimal): -5584499 or 9292202. OLE color: 9292202.

HSL color Cylindrical-coordinate representation of color #AAC98D: hue angle of 91º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAC98D is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 201 141 -
CMYK 0.15 0 0.30 0.21
HSL 91º 0.36% 0.67% -
HSV(B) 91º 0.3% 0.79% -
XYZ 42.27 52.24 33.06 -
YUV 184.89 103.23 117.38 -
System Red Green Blue C M Y K H S L
Decimal 170 201 141 0.15 0 0.30 0.21 91 0.36 0.67
Hex AA C9 8D F 0 1E 15 5B 24 43
Octal 252 311 215 17 0 36 25 133 44 103
Binary 10101010 11001001 10001101 1111 0 11110 10101 1011011 100100 1000011

Color Harmonies of #AAC98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC98D

Black with #AAC98D

Text Example


Text Example

White with #AAC98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC98D; }

 p { color: rgb(170,201,141); }

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

background-color css

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

 a { background-color: rgb(170,201,141); }

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

border-color css

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

 span { border-color: rgb(170,201,141); }

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