#ABC68F

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

Shades of Norway #ABC68F

Tints of Norway #ABC68F

Color information

#ABC68F (or 0xABC68F) is unknown color: approx Norway. HEX triplet: AB, C6 and 8F. RGB value is (171,198,143). Sum of RGB (Red+Green+Blue) = 171+198+143=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC68F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC68F is #543970. Grayscale: #B7B7B7. Windows color (decimal): -5519729 or 9422507. OLE color: 9422507.

HSL color Cylindrical-coordinate representation of color #ABC68F: hue angle of 89.45º 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 #ABC68F is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB171198143-
CMYK0.1400.280.22
HSL89.45º32.54%66.86%-
HSV(B)89.45º27.78%77.65%-
XYZ41.9551.0333.63-
YUV183.66105.05118.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.40%
GREEN value IS 198 (77.73% from 255) = 38.67%
BLUE value IS 143 (56.25% from 255) = 27.93%
R=33.40%
G=38.67%
B=27.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1711981430.1400.280.2289.4532.5466.86
HexABC68FE01C16592143
Octal253306217160342613141103
Binary10101011110001101000111111100111001011010110011000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC68F; }

 p { color: rgb(171,198,143); }

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

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

 a { background-color: rgb(171,198,143); }

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

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

 span { border-color: rgb(171,198,143); }

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