#ABC09A

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

Shades of Norway #ABC09A

Tints of Norway #ABC09A

Color information

#ABC09A (or 0xABC09A) is unknown color: approx Norway. HEX triplet: AB, C0 and 9A. RGB value is (171,192,154). Sum of RGB (Red+Green+Blue) = 171+192+154=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 154 (60.55% from 255 or 29.79% from 517); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC09A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC09A is #543F65. Grayscale: #B5B5B5. Windows color (decimal): -5521254 or 10141867. OLE color: 10141867.

HSL color Cylindrical-coordinate representation of color #ABC09A: hue angle of 93.16º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABC09A is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB171192154-
CMYK0.1100.200.25
HSL93.16º23.17%67.84%-
HSV(B)93.16º19.79%75.29%-
XYZ41.4848.6937.78-
YUV181.39112.54120.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.08%
GREEN value IS 192 (75.39% from 255) = 37.14%
BLUE value IS 154 (60.55% from 255) = 29.79%
R=33.08%
G=37.14%
B=29.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711921540.1100.200.2593.1623.1767.84
HexABC09AB014195d1744
Octal253300232130243113527104
Binary1010101111000000100110101011010100110011011101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC09A; }

 p { color: rgb(171,192,154); }

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

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

 a { background-color: rgb(171,192,154); }

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

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

 span { border-color: rgb(171,192,154); }

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