Html Css Color HEX #A1C283 Norway

📋 copy color: '#A1C283'

red 161 ◦ green 194 ◦ blue 131

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

Shades of Norway #A1C283

Tints of Norway #A1C283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.95%

R = 33.13%
G = 39.92%
B = 26.95%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#A1C283 (or 0xA1C283) is known color: Norway. HEX triplet: A1, C2 and 83. RGB value is (161,194,131). Sum of RGB (Red+Green+Blue) = 161+194+131=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 194 (76.17% from 255 or 39.92% from 486); Blue value is 131 (51.56% from 255 or 26.95% from 486); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C283 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C283 is #5E3D7C. Grayscale: #B1B1B1. Windows color (decimal): -6176125 or 8635041. OLE color: 8635041.

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

Color convert

RGB 161 194 131 -
CMYK 0.17 0 0.32 0.24
HSL 91.43º 0.34% 0.64% -
HSV(B) 91.43º 0.32% 0.76% -
XYZ 38.09 47.8 28.69 -
YUV 176.95 102.07 116.62 -
System Red Green Blue C M Y K H S L
Decimal 161 194 131 0.17 0 0.32 0.24 91.43 0.34 0.64
Hex A1 C2 83 11 0 20 18 5B 22 40
Octal 241 302 203 21 0 40 30 133 42 100
Binary 10100001 11000010 10000011 10001 0 100000 11000 1011011 100010 1000000

Color Harmonies of #A1C283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C283

Black with #A1C283

Text Example


Text Example

White with #A1C283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C283; }

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

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

background-color css

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

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

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

border-color css

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

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

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