#ABC18D

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

Shades of Norway #ABC18D

Tints of Norway #ABC18D

Color information

#ABC18D (or 0xABC18D) is unknown color: approx Norway. HEX triplet: AB, C1 and 8D. RGB value is (171,193,141). Sum of RGB (Red+Green+Blue) = 171+193+141=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC18D is #543E72. Grayscale: #B4B4B4. Windows color (decimal): -5521011 or 9290155. OLE color: 9290155.

HSL color Cylindrical-coordinate representation of color #ABC18D: hue angle of 85.38º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABC18D is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB171193141-
CMYK0.1100.270.24
HSL85.38º29.55%65.49%-
HSV(B)85.38º26.94%75.69%-
XYZ40.6748.7232.46-
YUV180.49105.71121.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.86%
GREEN value IS 193 (75.78% from 255) = 38.22%
BLUE value IS 141 (55.47% from 255) = 27.92%
R=33.86%
G=38.22%
B=27.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711931410.1100.270.2485.3829.5565.49
HexABC18DB01B18551e41
Octal253301215130333012536101
Binary1010101111000001100011011011011011110001010101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC18D; }

 p { color: rgb(171,193,141); }

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

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

 a { background-color: rgb(171,193,141); }

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

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

 span { border-color: rgb(171,193,141); }

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