Html Css Color HEX #A2C28D Norway

📋 copy color: '#A2C28D'

red 162 ◦ green 194 ◦ blue 141

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

Shades of Norway #A2C28D

Tints of Norway #A2C28D

RGB

 RED value IS 162 (63.67% from 255) = 32.6%

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

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

R = 32.6%
G = 39.03%
B = 28.37%

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

#A2C28D (or 0xA2C28D) is known color: Norway. HEX triplet: A2, C2 and 8D. RGB value is (162,194,141). Sum of RGB (Red+Green+Blue) = 162+194+141=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C28D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C28D is #5D3D72. Grayscale: #B2B2B2. Windows color (decimal): -6110579 or 9290402. OLE color: 9290402.

HSL color Cylindrical-coordinate representation of color #A2C28D: hue angle of 96.23º 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 #A2C28D is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 194 141 -
CMYK 0.16 0 0.27 0.24
HSL 96.23º 0.3% 0.66% -
HSV(B) 96.23º 0.27% 0.76% -
XYZ 39 48.19 32.45 -
YUV 178.39 106.9 116.31 -
System Red Green Blue C M Y K H S L
Decimal 162 194 141 0.16 0 0.27 0.24 96.23 0.3 0.66
Hex A2 C2 8D 10 0 1B 18 60 1E 42
Octal 242 302 215 20 0 33 30 140 36 102
Binary 10100010 11000010 10001101 10000 0 11011 11000 1100000 11110 1000010

Color Harmonies of #A2C28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C28D

Black with #A2C28D

Text Example


Text Example

White with #A2C28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C28D; }

 p { color: rgb(162,194,141); }

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

background-color css

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

 a { background-color: rgb(162,194,141); }

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

border-color css

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

 span { border-color: rgb(162,194,141); }

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