Html Css Color HEX #A3C28F Norway

📋 copy color: '#A3C28F'

red 163 ◦ green 194 ◦ blue 143

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

Shades of Norway #A3C28F

Tints of Norway #A3C28F

RGB

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

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

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

R = 32.6%
G = 38.8%
B = 28.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#A3C28F (or 0xA3C28F) is known color: Norway. HEX triplet: A3, C2 and 8F. RGB value is (163,194,143). Sum of RGB (Red+Green+Blue) = 163+194+143=500 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.6% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 143 (56.25% from 255 or 28.6% from 500); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C28F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C28F is #5C3D70. Grayscale: #B3B3B3. Windows color (decimal): -6045041 or 9421475. OLE color: 9421475.

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

Color convert

RGB 163 194 143 -
CMYK 0.16 0 0.26 0.24
HSL 96.47º 0.29% 0.66% -
HSV(B) 96.47º 0.26% 0.76% -
XYZ 39.35 48.35 33.25 -
YUV 178.92 107.73 116.65 -
System Red Green Blue C M Y K H S L
Decimal 163 194 143 0.16 0 0.26 0.24 96.47 0.29 0.66
Hex A3 C2 8F 10 0 1A 18 60 1D 42
Octal 243 302 217 20 0 32 30 140 35 102
Binary 10100011 11000010 10001111 10000 0 11010 11000 1100000 11101 1000010

Color Harmonies of #A3C28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C28F

Black with #A3C28F

Text Example


Text Example

White with #A3C28F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C28F; }

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

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

background-color css

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

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

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

border-color css

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

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

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