Html Css Color HEX #AAC18A Norway

📋 copy color: '#AAC18A'

red 170 ◦ green 193 ◦ blue 138

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

Shades of Norway #AAC18A

Tints of Norway #AAC18A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.54%

R = 33.93%
G = 38.52%
B = 27.54%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#AAC18A (or 0xAAC18A) is known color: Norway. HEX triplet: AA, C1 and 8A. RGB value is (170,193,138). Sum of RGB (Red+Green+Blue) = 170+193+138=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 193 (75.78% from 255 or 38.52% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC18A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC18A is #553E75. Grayscale: #B4B4B4. Windows color (decimal): -5586550 or 9093546. OLE color: 9093546.

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

Color convert

RGB 170 193 138 -
CMYK 0.12 0 0.28 0.24
HSL 85.09º 0.31% 0.65% -
HSV(B) 85.09º 0.28% 0.76% -
XYZ 40.23 48.52 31.29 -
YUV 179.85 104.38 120.97 -
System Red Green Blue C M Y K H S L
Decimal 170 193 138 0.12 0 0.28 0.24 85.09 0.31 0.65
Hex AA C1 8A C 0 1C 18 55 1F 41
Octal 252 301 212 14 0 34 30 125 37 101
Binary 10101010 11000001 10001010 1100 0 11100 11000 1010101 11111 1000001

Color Harmonies of #AAC18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC18A

Black with #AAC18A

Text Example


Text Example

White with #AAC18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC18A; }

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

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

background-color css

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

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

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

border-color css

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

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

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