Html Css Color HEX #AAC28D Norway

📋 copy color: '#AAC28D'

red 170 ◦ green 194 ◦ blue 141

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

Shades of Norway #AAC28D

Tints of Norway #AAC28D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.92%

R = 33.66%
G = 38.42%
B = 27.92%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#AAC28D (or 0xAAC28D) is known color: Norway. HEX triplet: AA, C2 and 8D. RGB value is (170,194,141). Sum of RGB (Red+Green+Blue) = 170+194+141=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 194 (76.17% from 255 or 38.42% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC28D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC28D is #553D72. Grayscale: #B4B4B4. Windows color (decimal): -5586291 or 9290410. OLE color: 9290410.

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

Color convert

RGB 170 194 141 -
CMYK 0.12 0 0.27 0.24
HSL 87.17º 0.3% 0.66% -
HSV(B) 87.17º 0.27% 0.76% -
XYZ 40.68 49.05 32.52 -
YUV 180.78 105.55 120.31 -
System Red Green Blue C M Y K H S L
Decimal 170 194 141 0.12 0 0.27 0.24 87.17 0.3 0.66
Hex AA C2 8D C 0 1B 18 57 1E 42
Octal 252 302 215 14 0 33 30 127 36 102
Binary 10101010 11000010 10001101 1100 0 11011 11000 1010111 11110 1000010

Color Harmonies of #AAC28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC28D

Black with #AAC28D

Text Example


Text Example

White with #AAC28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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