Html Css Color HEX #A6C68A Norway

📋 copy color: '#A6C68A'

red 166 ◦ green 198 ◦ blue 138

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

Shades of Norway #A6C68A

Tints of Norway #A6C68A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.44%

 BLUE value IS 138 (54.3% from 255) = 27.49%

R = 33.07%
G = 39.44%
B = 27.49%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#A6C68A (or 0xA6C68A) is known color: Norway. HEX triplet: A6, C6 and 8A. RGB value is (166,198,138). Sum of RGB (Red+Green+Blue) = 166+198+138=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 198 (77.73% from 255 or 39.44% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 198 - color contains mainly: green. Hex color #A6C68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C68A is #593975. Grayscale: #B5B5B5. Windows color (decimal): -5847414 or 9094822. OLE color: 9094822.

HSL color Cylindrical-coordinate representation of color #A6C68A: hue angle of 92º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6C68A is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 166 198 138 -
CMYK 0.16 0 0.30 0.22
HSL 92º 0.34% 0.66% -
HSV(B) 92º 0.3% 0.78% -
XYZ 40.51 50.33 31.62 -
YUV 181.59 103.4 116.88 -
System Red Green Blue C M Y K H S L
Decimal 166 198 138 0.16 0 0.30 0.22 92 0.34 0.66
Hex A6 C6 8A 10 0 1E 16 5C 22 42
Octal 246 306 212 20 0 36 26 134 42 102
Binary 10100110 11000110 10001010 10000 0 11110 10110 1011100 100010 1000010

Color Harmonies of #A6C68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C68A

Black with #A6C68A

Text Example


Text Example

White with #A6C68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C68A; }

 p { color: rgb(166,198,138); }

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

background-color css

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

 a { background-color: rgb(166,198,138); }

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

border-color css

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

 span { border-color: rgb(166,198,138); }

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