Html Css Color HEX #A1C182 Norway

📋 copy color: '#A1C182'

red 161 ◦ green 193 ◦ blue 130

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

Shades of Norway #A1C182

Tints of Norway #A1C182

RGB

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

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

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

R = 33.26%
G = 39.88%
B = 26.86%

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

#A1C182 (or 0xA1C182) is known color: Norway. HEX triplet: A1, C1 and 82. RGB value is (161,193,130). Sum of RGB (Red+Green+Blue) = 161+193+130=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 193 (75.78% from 255 or 39.88% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C182 is #5E3E7D. Grayscale: #B0B0B0. Windows color (decimal): -6176382 or 8569249. OLE color: 8569249.

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

Color convert

RGB 161 193 130 -
CMYK 0.17 0 0.33 0.24
HSL 90.48º 0.34% 0.63% -
HSV(B) 90.48º 0.33% 0.76% -
XYZ 37.8 47.33 28.26 -
YUV 176.25 101.9 117.12 -
System Red Green Blue C M Y K H S L
Decimal 161 193 130 0.17 0 0.33 0.24 90.48 0.34 0.63
Hex A1 C1 82 11 0 21 18 5A 22 3F
Octal 241 301 202 21 0 41 30 132 42 77
Binary 10100001 11000001 10000010 10001 0 100001 11000 1011010 100010 111111

Color Harmonies of #A1C182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C182

Black with #A1C182

Text Example


Text Example

White with #A1C182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C182; }

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

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

background-color css

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

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

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

border-color css

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

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

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