#A8C68E

Color #A8C68E Norway (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Norway #A8C68E

Tints of Norway #A8C68E

Color information

#A8C68E (or 0xA8C68E) is unknown color: approx Norway. HEX triplet: A8, C6 and 8E. RGB value is (168,198,142). Sum of RGB (Red+Green+Blue) = 168+198+142=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 198 (77.73% from 255 or 38.98% from 508); Blue value is 142 (55.86% from 255 or 27.95% from 508); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C68E is #573971. Grayscale: #B6B6B6. Windows color (decimal): -5716338 or 9356968. OLE color: 9356968.

HSL color Cylindrical-coordinate representation of color #A8C68E: hue angle of 92.14º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8C68E is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB168198142-
CMYK0.1500.280.22
HSL92.14º32.94%66.67%-
HSV(B)92.14º28.28%77.65%-
XYZ41.2350.6733.2-
YUV182.65105.06117.55-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.07%
GREEN value IS 198 (77.73% from 255) = 38.98%
BLUE value IS 142 (55.86% from 255) = 27.95%
R=33.07%
G=38.98%
B=27.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1681981420.1500.280.2292.1432.9466.67
HexA8C68EF01C165c2143
Octal250306216170342613441103
Binary10101000110001101000111011110111001011010111001000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C68E; }

 p { color: rgb(168,198,142); }

 H1.HeaderClassName
 {
   color: #A8C68E;
 }
 .AnyTagClassName
 {
   color: #A8C68E;
 }
</style>
background-color css

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

 a { background-color: rgb(168,198,142); }

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

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

 span { border-color: rgb(168,198,142); }

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