Html Css Color HEX #A1C287 Norway

📋 copy color: '#A1C287'

red 161 ◦ green 194 ◦ blue 135

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

Shades of Norway #A1C287

Tints of Norway #A1C287

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.59%

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

R = 32.86%
G = 39.59%
B = 27.55%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#A1C287 (or 0xA1C287) is known color: Norway. HEX triplet: A1, C2 and 87. RGB value is (161,194,135). Sum of RGB (Red+Green+Blue) = 161+194+135=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 194 (76.17% from 255 or 39.59% from 490); Blue value is 135 (53.12% from 255 or 27.55% from 490); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C287 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C287 is #5E3D78. Grayscale: #B1B1B1. Windows color (decimal): -6176121 or 8897185. OLE color: 8897185.

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

Color convert

RGB 161 194 135 -
CMYK 0.17 0 0.30 0.24
HSL 93.56º 0.33% 0.65% -
HSV(B) 93.56º 0.3% 0.76% -
XYZ 38.36 47.91 30.15 -
YUV 177.41 104.07 116.3 -
System Red Green Blue C M Y K H S L
Decimal 161 194 135 0.17 0 0.30 0.24 93.56 0.33 0.65
Hex A1 C2 87 11 0 1E 18 5E 21 41
Octal 241 302 207 21 0 36 30 136 41 101
Binary 10100001 11000010 10000111 10001 0 11110 11000 1011110 100001 1000001

Color Harmonies of #A1C287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C287

Black with #A1C287

Text Example


Text Example

White with #A1C287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C287; }

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

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

background-color css

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

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

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

border-color css

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

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

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