Html Css Color HEX #A3C380 Norway

📋 copy color: '#A3C380'

red 163 ◦ green 195 ◦ blue 128

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

Shades of Norway #A3C380

Tints of Norway #A3C380

RGB

 RED value IS 163 (64.06% from 255) = 33.54%

 GREEN value IS 195 (76.56% from 255) = 40.12%

 BLUE value IS 128 (50.39% from 255) = 26.34%

R = 33.54%
G = 40.12%
B = 26.34%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#A3C380 (or 0xA3C380) is known color: Norway. HEX triplet: A3, C3 and 80. RGB value is (163,195,128). Sum of RGB (Red+Green+Blue) = 163+195+128=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 195 - color contains mainly: green. Hex color #A3C380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C380 is #5C3C7F. Grayscale: #B2B2B2. Windows color (decimal): -6044800 or 8438691. OLE color: 8438691.

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

Color convert

RGB 163 195 128 -
CMYK 0.16 0 0.34 0.24
HSL 88.66º 0.36% 0.63% -
HSV(B) 88.66º 0.34% 0.76% -
XYZ 38.52 48.38 27.73 -
YUV 177.79 99.9 117.45 -
System Red Green Blue C M Y K H S L
Decimal 163 195 128 0.16 0 0.34 0.24 88.66 0.36 0.63
Hex A3 C3 80 10 0 22 18 59 24 3F
Octal 243 303 200 20 0 42 30 131 44 77
Binary 10100011 11000011 10000000 10000 0 100010 11000 1011001 100100 111111

Color Harmonies of #A3C380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C380

Black with #A3C380

Text Example


Text Example

White with #A3C380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C380; }

 p { color: rgb(163,195,128); }

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

background-color css

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

 a { background-color: rgb(163,195,128); }

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

border-color css

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

 span { border-color: rgb(163,195,128); }

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