Html Css Color HEX #A3C38F Norway

📋 copy color: '#A3C38F'

red 163 ◦ green 195 ◦ blue 143

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

Shades of Norway #A3C38F

Tints of Norway #A3C38F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.54%

R = 32.53%
G = 38.92%
B = 28.54%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#A3C38F (or 0xA3C38F) is known color: Norway. HEX triplet: A3, C3 and 8F. RGB value is (163,195,143). Sum of RGB (Red+Green+Blue) = 163+195+143=501 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.53% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 195 - color contains mainly: green. Hex color #A3C38F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C38F is #5C3C70. Grayscale: #B3B3B3. Windows color (decimal): -6044785 or 9421731. OLE color: 9421731.

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

Color convert

RGB 163 195 143 -
CMYK 0.16 0 0.27 0.24
HSL 96.92º 0.3% 0.66% -
HSV(B) 96.92º 0.27% 0.76% -
XYZ 39.58 48.8 33.32 -
YUV 179.5 107.4 116.23 -
System Red Green Blue C M Y K H S L
Decimal 163 195 143 0.16 0 0.27 0.24 96.92 0.3 0.66
Hex A3 C3 8F 10 0 1B 18 61 1E 42
Octal 243 303 217 20 0 33 30 141 36 102
Binary 10100011 11000011 10001111 10000 0 11011 11000 1100001 11110 1000010

Color Harmonies of #A3C38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C38F

Black with #A3C38F

Text Example


Text Example

White with #A3C38F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C38F; }

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

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

background-color css

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

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

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

border-color css

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

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

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