Html Css Color HEX #AAC190 Norway

📋 copy color: '#AAC190'

red 170 ◦ green 193 ◦ blue 144

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

Shades of Norway #AAC190

Tints of Norway #AAC190

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.07%

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

R = 33.53%
G = 38.07%
B = 28.4%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#AAC190 (or 0xAAC190) is known color: Norway. HEX triplet: AA, C1 and 90. RGB value is (170,193,144). Sum of RGB (Red+Green+Blue) = 170+193+144=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 144 (56.64% from 255 or 28.40% from 507); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC190 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC190 is #553E6F. Grayscale: #B4B4B4. Windows color (decimal): -5586544 or 9486762. OLE color: 9486762.

HSL color Cylindrical-coordinate representation of color #AAC190: hue angle of 88.16º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAC190 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 193 144 -
CMYK 0.12 0 0.25 0.24
HSL 88.16º 0.28% 0.66% -
HSV(B) 88.16º 0.25% 0.76% -
XYZ 40.68 48.7 33.64 -
YUV 180.54 107.38 120.48 -
System Red Green Blue C M Y K H S L
Decimal 170 193 144 0.12 0 0.25 0.24 88.16 0.28 0.66
Hex AA C1 90 C 0 19 18 58 1C 42
Octal 252 301 220 14 0 31 30 130 34 102
Binary 10101010 11000001 10010000 1100 0 11001 11000 1011000 11100 1000010

Color Harmonies of #AAC190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC190

Black with #AAC190

Text Example


Text Example

White with #AAC190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC190; }

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

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

background-color css

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

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

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

border-color css

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

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

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