Html Css Color HEX #AAC290 Norway

📋 copy color: '#AAC290'

red 170 ◦ green 194 ◦ blue 144

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

Shades of Norway #AAC290

Tints of Norway #AAC290

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.19%

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

R = 33.46%
G = 38.19%
B = 28.35%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#AAC290 (or 0xAAC290) is known color: Norway. HEX triplet: AA, C2 and 90. RGB value is (170,194,144). Sum of RGB (Red+Green+Blue) = 170+194+144=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 194 (76.17% from 255 or 38.19% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC290 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC290 is #553D6F. Grayscale: #B5B5B5. Windows color (decimal): -5586288 or 9487018. OLE color: 9487018.

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

Color convert

RGB 170 194 144 -
CMYK 0.12 0 0.26 0.24
HSL 88.8º 0.29% 0.66% -
HSV(B) 88.8º 0.26% 0.76% -
XYZ 40.9 49.14 33.72 -
YUV 181.12 107.05 120.07 -
System Red Green Blue C M Y K H S L
Decimal 170 194 144 0.12 0 0.26 0.24 88.8 0.29 0.66
Hex AA C2 90 C 0 1A 18 59 1D 42
Octal 252 302 220 14 0 32 30 131 35 102
Binary 10101010 11000010 10010000 1100 0 11010 11000 1011001 11101 1000010

Color Harmonies of #AAC290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC290

Black with #AAC290

Text Example


Text Example

White with #AAC290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC290; }

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

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

background-color css

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

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

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

border-color css

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

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

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