Html Css Color HEX #A1C487 Norway

📋 copy color: '#A1C487'

red 161 ◦ green 196 ◦ blue 135

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

Shades of Norway #A1C487

Tints of Norway #A1C487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 27.44%

R = 32.72%
G = 39.84%
B = 27.44%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#A1C487 (or 0xA1C487) is known color: Norway. HEX triplet: A1, C4 and 87. RGB value is (161,196,135). Sum of RGB (Red+Green+Blue) = 161+196+135=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 196 (76.95% from 255 or 39.84% from 492); Blue value is 135 (53.12% from 255 or 27.44% from 492); Max value from RGB is 196 - color contains mainly: green. Hex color #A1C487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C487 is #5E3B78. Grayscale: #B2B2B2. Windows color (decimal): -6175609 or 8897697. OLE color: 8897697.

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

Color convert

RGB 161 196 135 -
CMYK 0.18 0 0.31 0.23
HSL 94.43º 0.34% 0.65% -
HSV(B) 94.43º 0.31% 0.77% -
XYZ 38.81 48.81 30.3 -
YUV 178.58 103.4 115.46 -
System Red Green Blue C M Y K H S L
Decimal 161 196 135 0.18 0 0.31 0.23 94.43 0.34 0.65
Hex A1 C4 87 12 0 1F 17 5E 22 41
Octal 241 304 207 22 0 37 27 136 42 101
Binary 10100001 11000100 10000111 10010 0 11111 10111 1011110 100010 1000001

Color Harmonies of #A1C487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C487

Black with #A1C487

Text Example


Text Example

White with #A1C487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C487; }

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

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

background-color css

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

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

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

border-color css

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

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

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