Html Css Color HEX #A6C28D Norway

📋 copy color: '#A6C28D'

red 166 ◦ green 194 ◦ blue 141

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

Shades of Norway #A6C28D

Tints of Norway #A6C28D

RGB

 RED value IS 166 (65.23% from 255) = 33.13%

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

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

R = 33.13%
G = 38.72%
B = 28.14%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#A6C28D (or 0xA6C28D) is known color: Norway. HEX triplet: A6, C2 and 8D. RGB value is (166,194,141). Sum of RGB (Red+Green+Blue) = 166+194+141=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 141 (55.47% from 255 or 28.14% from 501); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C28D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C28D is #593D72. Grayscale: #B3B3B3. Windows color (decimal): -5848435 or 9290406. OLE color: 9290406.

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

Color convert

RGB 166 194 141 -
CMYK 0.14 0 0.27 0.24
HSL 91.7º 0.3% 0.66% -
HSV(B) 91.7º 0.27% 0.76% -
XYZ 39.83 48.61 32.48 -
YUV 179.59 106.22 118.31 -
System Red Green Blue C M Y K H S L
Decimal 166 194 141 0.14 0 0.27 0.24 91.7 0.3 0.66
Hex A6 C2 8D E 0 1B 18 5C 1E 42
Octal 246 302 215 16 0 33 30 134 36 102
Binary 10100110 11000010 10001101 1110 0 11011 11000 1011100 11110 1000010

Color Harmonies of #A6C28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C28D

Black with #A6C28D

Text Example


Text Example

White with #A6C28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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