Html Css Color HEX #AAC48F Norway

📋 copy color: '#AAC48F'

red 170 ◦ green 196 ◦ blue 143

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

Shades of Norway #AAC48F

Tints of Norway #AAC48F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.51%

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

R = 33.4%
G = 38.51%
B = 28.09%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#AAC48F (or 0xAAC48F) is known color: Norway. HEX triplet: AA, C4 and 8F. RGB value is (170,196,143). Sum of RGB (Red+Green+Blue) = 170+196+143=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 196 (76.95% from 255 or 38.51% from 509); Blue value is 143 (56.25% from 255 or 28.09% from 509); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC48F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC48F is #553B70. Grayscale: #B6B6B6. Windows color (decimal): -5585777 or 9421994. OLE color: 9421994.

HSL color Cylindrical-coordinate representation of color #AAC48F: hue angle of 89.43º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAC48F is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 196 143 -
CMYK 0.13 0 0.27 0.23
HSL 89.43º 0.31% 0.66% -
HSV(B) 89.43º 0.27% 0.77% -
XYZ 41.28 50.01 33.46 -
YUV 182.18 105.89 119.31 -
System Red Green Blue C M Y K H S L
Decimal 170 196 143 0.13 0 0.27 0.23 89.43 0.31 0.66
Hex AA C4 8F D 0 1B 17 59 1F 42
Octal 252 304 217 15 0 33 27 131 37 102
Binary 10101010 11000100 10001111 1101 0 11011 10111 1011001 11111 1000010

Color Harmonies of #AAC48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC48F

Black with #AAC48F

Text Example


Text Example

White with #AAC48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC48F; }

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

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

background-color css

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

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

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

border-color css

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

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

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