Html Css Color HEX #AAC98E Norway

📋 copy color: '#AAC98E'

red 170 ◦ green 201 ◦ blue 142

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

Shades of Norway #AAC98E

Tints of Norway #AAC98E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.68%

R = 33.14%
G = 39.18%
B = 27.68%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#AAC98E (or 0xAAC98E) is known color: Norway. HEX triplet: AA, C9 and 8E. RGB value is (170,201,142). Sum of RGB (Red+Green+Blue) = 170+201+142=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 201 (78.91% from 255 or 39.18% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC98E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC98E is #553671. Grayscale: #B9B9B9. Windows color (decimal): -5584498 or 9357738. OLE color: 9357738.

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

Color convert

RGB 170 201 142 -
CMYK 0.15 0 0.29 0.21
HSL 91.53º 0.35% 0.67% -
HSV(B) 91.53º 0.29% 0.79% -
XYZ 42.35 52.27 33.45 -
YUV 185.01 103.73 117.3 -
System Red Green Blue C M Y K H S L
Decimal 170 201 142 0.15 0 0.29 0.21 91.53 0.35 0.67
Hex AA C9 8E F 0 1D 15 5C 23 43
Octal 252 311 216 17 0 35 25 134 43 103
Binary 10101010 11001001 10001110 1111 0 11101 10101 1011100 100011 1000011

Color Harmonies of #AAC98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC98E

Black with #AAC98E

Text Example


Text Example

White with #AAC98E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC98E; }

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

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

background-color css

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

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

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

border-color css

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

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

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