Html Css Color HEX #A1C081 Norway

📋 copy color: '#A1C081'

red 161 ◦ green 192 ◦ blue 129

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

Shades of Norway #A1C081

Tints of Norway #A1C081

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.83%

 BLUE value IS 129 (50.78% from 255) = 26.76%

R = 33.4%
G = 39.83%
B = 26.76%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#A1C081 (or 0xA1C081) is known color: Norway. HEX triplet: A1, C0 and 81. RGB value is (161,192,129). Sum of RGB (Red+Green+Blue) = 161+192+129=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 129 (50.78% from 255 or 26.76% from 482); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C081 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C081 is #5E3F7E. Grayscale: #AFAFAF. Windows color (decimal): -6176639 or 8503457. OLE color: 8503457.

HSL color Cylindrical-coordinate representation of color #A1C081: hue angle of 89.52º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1C081 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 192 129 -
CMYK 0.16 0 0.33 0.25
HSL 89.52º 0.33% 0.63% -
HSV(B) 89.52º 0.33% 0.75% -
XYZ 37.51 46.86 27.84 -
YUV 175.55 101.73 117.62 -
System Red Green Blue C M Y K H S L
Decimal 161 192 129 0.16 0 0.33 0.25 89.52 0.33 0.63
Hex A1 C0 81 10 0 21 19 5A 21 3F
Octal 241 300 201 20 0 41 31 132 41 77
Binary 10100001 11000000 10000001 10000 0 100001 11001 1011010 100001 111111

Color Harmonies of #A1C081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C081

Black with #A1C081

Text Example


Text Example

White with #A1C081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C081; }

 p { color: rgb(161,192,129); }

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

background-color css

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

 a { background-color: rgb(161,192,129); }

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

border-color css

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

 span { border-color: rgb(161,192,129); }

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