Html Css Color HEX #AAC98F Norway

📋 copy color: '#AAC98F'

red 170 ◦ green 201 ◦ blue 143

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

Shades of Norway #AAC98F

Tints of Norway #AAC98F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.82%

R = 33.07%
G = 39.11%
B = 27.82%

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

#AAC98F (or 0xAAC98F) is known color: Norway. HEX triplet: AA, C9 and 8F. RGB value is (170,201,143). Sum of RGB (Red+Green+Blue) = 170+201+143=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 201 (78.91% from 255 or 39.11% from 514); Blue value is 143 (56.25% from 255 or 27.82% from 514); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC98F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC98F is #553670. Grayscale: #B9B9B9. Windows color (decimal): -5584497 or 9423274. OLE color: 9423274.

HSL color Cylindrical-coordinate representation of color #AAC98F: hue angle of 92.07º 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 #AAC98F is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 201 143 -
CMYK 0.15 0 0.29 0.21
HSL 92.07º 0.35% 0.67% -
HSV(B) 92.07º 0.29% 0.79% -
XYZ 42.42 52.3 33.85 -
YUV 185.12 104.23 117.22 -
System Red Green Blue C M Y K H S L
Decimal 170 201 143 0.15 0 0.29 0.21 92.07 0.35 0.67
Hex AA C9 8F F 0 1D 15 5C 23 43
Octal 252 311 217 17 0 35 25 134 43 103
Binary 10101010 11001001 10001111 1111 0 11101 10101 1011100 100011 1000011

Color Harmonies of #AAC98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC98F

Black with #AAC98F

Text Example


Text Example

White with #AAC98F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC98F; }

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

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

background-color css

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

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

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

border-color css

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

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

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