Html Css Color HEX #A1C382 Norway

📋 copy color: '#A1C382'

red 161 ◦ green 195 ◦ blue 130

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

Shades of Norway #A1C382

Tints of Norway #A1C382

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.12%

 BLUE value IS 130 (51.17% from 255) = 26.75%

R = 33.13%
G = 40.12%
B = 26.75%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#A1C382 (or 0xA1C382) is known color: Norway. HEX triplet: A1, C3 and 82. RGB value is (161,195,130). Sum of RGB (Red+Green+Blue) = 161+195+130=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C382 is #5E3C7D. Grayscale: #B1B1B1. Windows color (decimal): -6175870 or 8569761. OLE color: 8569761.

HSL color Cylindrical-coordinate representation of color #A1C382: hue angle of 91.38º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1C382 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 161 195 130 -
CMYK 0.17 0 0.33 0.24
HSL 91.38º 0.35% 0.64% -
HSV(B) 91.38º 0.33% 0.76% -
XYZ 38.24 48.22 28.41 -
YUV 177.42 101.24 116.29 -
System Red Green Blue C M Y K H S L
Decimal 161 195 130 0.17 0 0.33 0.24 91.38 0.35 0.64
Hex A1 C3 82 11 0 21 18 5B 23 40
Octal 241 303 202 21 0 41 30 133 43 100
Binary 10100001 11000011 10000010 10001 0 100001 11000 1011011 100011 1000000

Color Harmonies of #A1C382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C382

Black with #A1C382

Text Example


Text Example

White with #A1C382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C382; }

 p { color: rgb(161,195,130); }

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

background-color css

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

 a { background-color: rgb(161,195,130); }

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

border-color css

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

 span { border-color: rgb(161,195,130); }

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