Html Css Color HEX #A2C18D Norway

📋 copy color: '#A2C18D'

red 162 ◦ green 193 ◦ blue 141

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

Shades of Norway #A2C18D

Tints of Norway #A2C18D

RGB

 RED value IS 162 (63.67% from 255) = 32.66%

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

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

R = 32.66%
G = 38.91%
B = 28.43%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#A2C18D (or 0xA2C18D) is known color: Norway. HEX triplet: A2, C1 and 8D. RGB value is (162,193,141). Sum of RGB (Red+Green+Blue) = 162+193+141=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C18D is #5D3E72. Grayscale: #B1B1B1. Windows color (decimal): -6110835 or 9290146. OLE color: 9290146.

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

Color convert

RGB 162 193 141 -
CMYK 0.16 0 0.27 0.24
HSL 95.77º 0.3% 0.65% -
HSV(B) 95.77º 0.27% 0.76% -
XYZ 38.78 47.74 32.37 -
YUV 177.8 107.23 116.73 -
System Red Green Blue C M Y K H S L
Decimal 162 193 141 0.16 0 0.27 0.24 95.77 0.3 0.65
Hex A2 C1 8D 10 0 1B 18 60 1E 41
Octal 242 301 215 20 0 33 30 140 36 101
Binary 10100010 11000001 10001101 10000 0 11011 11000 1100000 11110 1000001

Color Harmonies of #A2C18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C18D

Black with #A2C18D

Text Example


Text Example

White with #A2C18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C18D; }

 p { color: rgb(162,193,141); }

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

background-color css

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

 a { background-color: rgb(162,193,141); }

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

border-color css

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

 span { border-color: rgb(162,193,141); }

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