Html Css Color HEX #A1C486 Norway

📋 copy color: '#A1C486'

red 161 ◦ green 196 ◦ blue 134

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

Shades of Norway #A1C486

Tints of Norway #A1C486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 27.29%

R = 32.79%
G = 39.92%
B = 27.29%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#A1C486 (or 0xA1C486) is known color: Norway. HEX triplet: A1, C4 and 86. RGB value is (161,196,134). Sum of RGB (Red+Green+Blue) = 161+196+134=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 196 (76.95% from 255 or 39.92% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 196 - color contains mainly: green. Hex color #A1C486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C486 is #5E3B79. Grayscale: #B2B2B2. Windows color (decimal): -6175610 or 8832161. OLE color: 8832161.

HSL color Cylindrical-coordinate representation of color #A1C486: hue angle of 93.87º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1C486 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 161 196 134 -
CMYK 0.18 0 0.32 0.23
HSL 93.87º 0.34% 0.65% -
HSV(B) 93.87º 0.32% 0.77% -
XYZ 38.74 48.78 29.93 -
YUV 178.47 102.9 115.54 -
System Red Green Blue C M Y K H S L
Decimal 161 196 134 0.18 0 0.32 0.23 93.87 0.34 0.65
Hex A1 C4 86 12 0 20 17 5E 22 41
Octal 241 304 206 22 0 40 27 136 42 101
Binary 10100001 11000100 10000110 10010 0 100000 10111 1011110 100010 1000001

Color Harmonies of #A1C486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C486

Black with #A1C486

Text Example


Text Example

White with #A1C486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C486; }

 p { color: rgb(161,196,134); }

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

background-color css

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

 a { background-color: rgb(161,196,134); }

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

border-color css

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

 span { border-color: rgb(161,196,134); }

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