Html Css Color HEX #A3C38D Norway

📋 copy color: '#A3C38D'

red 163 ◦ green 195 ◦ blue 141

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

Shades of Norway #A3C38D

Tints of Norway #A3C38D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.26%

R = 32.67%
G = 39.08%
B = 28.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#A3C38D (or 0xA3C38D) is known color: Norway. HEX triplet: A3, C3 and 8D. RGB value is (163,195,141). Sum of RGB (Red+Green+Blue) = 163+195+141=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 195 - color contains mainly: green. Hex color #A3C38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C38D is #5C3C72. Grayscale: #B3B3B3. Windows color (decimal): -6044787 or 9290659. OLE color: 9290659.

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

Color convert

RGB 163 195 141 -
CMYK 0.16 0 0.28 0.24
HSL 95.56º 0.31% 0.66% -
HSV(B) 95.56º 0.28% 0.76% -
XYZ 39.43 48.74 32.53 -
YUV 179.28 106.4 116.39 -
System Red Green Blue C M Y K H S L
Decimal 163 195 141 0.16 0 0.28 0.24 95.56 0.31 0.66
Hex A3 C3 8D 10 0 1C 18 60 1F 42
Octal 243 303 215 20 0 34 30 140 37 102
Binary 10100011 11000011 10001101 10000 0 11100 11000 1100000 11111 1000010

Color Harmonies of #A3C38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C38D

Black with #A3C38D

Text Example


Text Example

White with #A3C38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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