#ABC28E

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

Shades of Norway #ABC28E

Tints of Norway #ABC28E

Color information

#ABC28E (or 0xABC28E) is unknown color: approx Norway. HEX triplet: AB, C2 and 8E. RGB value is (171,194,142). Sum of RGB (Red+Green+Blue) = 171+194+142=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC28E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC28E is #543D71. Grayscale: #B5B5B5. Windows color (decimal): -5520754 or 9355947. OLE color: 9355947.

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

Color convert

RGB171194142-
CMYK0.1200.270.24
HSL86.54º29.89%65.88%-
HSV(B)86.54º26.8%76.08%-
XYZ40.9749.1932.93-
YUV181.2105.88120.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.73%
GREEN value IS 194 (76.17% from 255) = 38.26%
BLUE value IS 142 (55.86% from 255) = 28.01%
R=33.73%
G=38.26%
B=28.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711941420.1200.270.2486.5429.8965.88
HexABC28EC01B18571e42
Octal253302216140333012736102
Binary1010101111000010100011101100011011110001010111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC28E; }

 p { color: rgb(171,194,142); }

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

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

 a { background-color: rgb(171,194,142); }

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

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

 span { border-color: rgb(171,194,142); }

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