#A8C88D

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

Shades of Norway #A8C88D

Tints of Norway #A8C88D

Color information

#A8C88D (or 0xA8C88D) is unknown color: approx Norway. HEX triplet: A8, C8 and 8D. RGB value is (168,200,141). Sum of RGB (Red+Green+Blue) = 168+200+141=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 200 (78.52% from 255 or 39.29% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C88D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C88D is #573772. Grayscale: #B7B7B7. Windows color (decimal): -5715827 or 9291944. OLE color: 9291944.

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

Color convert

RGB168200141-
CMYK0.1600.290.22
HSL92.54º34.91%66.86%-
HSV(B)92.54º29.5%78.43%-
XYZ41.6151.5632.96-
YUV183.71103.9116.8-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.01%
GREEN value IS 200 (78.52% from 255) = 39.29%
BLUE value IS 141 (55.47% from 255) = 27.70%
R=33.01%
G=39.29%
B=27.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1682001410.1600.290.2292.5434.9166.86
HexA8C88D1001D165d2343
Octal250310215200352613543103
Binary101010001100100010001101100000111011011010111011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C88D; }

 p { color: rgb(168,200,141); }

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

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

 a { background-color: rgb(168,200,141); }

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

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

 span { border-color: rgb(168,200,141); }

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