Html Css Color HEX #AAC990 Norway

📋 copy color: '#AAC990'

red 170 ◦ green 201 ◦ blue 144

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

Shades of Norway #AAC990

Tints of Norway #AAC990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.96%

R = 33.01%
G = 39.03%
B = 27.96%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#AAC990 (or 0xAAC990) is known color: Norway. HEX triplet: AA, C9 and 90. RGB value is (170,201,144). Sum of RGB (Red+Green+Blue) = 170+201+144=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 201 (78.91% from 255 or 39.03% from 515); Blue value is 144 (56.64% from 255 or 27.96% from 515); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC990 is #55366F. Grayscale: #B9B9B9. Windows color (decimal): -5584496 or 9488810. OLE color: 9488810.

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

Color convert

RGB 170 201 144 -
CMYK 0.15 0 0.28 0.21
HSL 92.63º 0.35% 0.68% -
HSV(B) 92.63º 0.28% 0.79% -
XYZ 42.5 52.33 34.25 -
YUV 185.23 104.73 117.13 -
System Red Green Blue C M Y K H S L
Decimal 170 201 144 0.15 0 0.28 0.21 92.63 0.35 0.68
Hex AA C9 90 F 0 1C 15 5D 23 44
Octal 252 311 220 17 0 34 25 135 43 104
Binary 10101010 11001001 10010000 1111 0 11100 10101 1011101 100011 1000100

Color Harmonies of #AAC990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC990

Black with #AAC990

Text Example


Text Example

White with #AAC990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC990; }

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

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

background-color css

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

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

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

border-color css

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

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

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