Html Css Color HEX #A1C18C Norway

📋 copy color: '#A1C18C'

red 161 ◦ green 193 ◦ blue 140

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

Shades of Norway #A1C18C

Tints of Norway #A1C18C

RGB

 RED value IS 161 (63.28% from 255) = 32.59%

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

 BLUE value IS 140 (55.08% from 255) = 28.34%

R = 32.59%
G = 39.07%
B = 28.34%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#A1C18C (or 0xA1C18C) is known color: Norway. HEX triplet: A1, C1 and 8C. RGB value is (161,193,140). Sum of RGB (Red+Green+Blue) = 161+193+140=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 193 (75.78% from 255 or 39.07% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C18C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C18C is #5E3E73. Grayscale: #B1B1B1. Windows color (decimal): -6176372 or 9224609. OLE color: 9224609.

HSL color Cylindrical-coordinate representation of color #A1C18C: hue angle of 96.23º 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 #A1C18C is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 161 193 140 -
CMYK 0.17 0 0.27 0.24
HSL 96.23º 0.3% 0.65% -
HSV(B) 96.23º 0.27% 0.76% -
XYZ 38.5 47.61 31.97 -
YUV 177.39 106.9 116.31 -
System Red Green Blue C M Y K H S L
Decimal 161 193 140 0.17 0 0.27 0.24 96.23 0.3 0.65
Hex A1 C1 8C 11 0 1B 18 60 1E 41
Octal 241 301 214 21 0 33 30 140 36 101
Binary 10100001 11000001 10001100 10001 0 11011 11000 1100000 11110 1000001

Color Harmonies of #A1C18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C18C

Black with #A1C18C

Text Example


Text Example

White with #A1C18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C18C; }

 p { color: rgb(161,193,140); }

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

background-color css

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

 a { background-color: rgb(161,193,140); }

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

border-color css

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

 span { border-color: rgb(161,193,140); }

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