#ABC29A

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

Shades of Norway #ABC29A

Tints of Norway #ABC29A

Color information

#ABC29A (or 0xABC29A) is unknown color: approx Norway. HEX triplet: AB, C2 and 9A. RGB value is (171,194,154). Sum of RGB (Red+Green+Blue) = 171+194+154=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 194 (76.17% from 255 or 37.38% from 519); Blue value is 154 (60.55% from 255 or 29.67% from 519); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC29A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC29A is #543D65. Grayscale: #B6B6B6. Windows color (decimal): -5520742 or 10142379. OLE color: 10142379.

HSL color Cylindrical-coordinate representation of color #ABC29A: hue angle of 94.5º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABC29A is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB171194154-
CMYK0.1200.210.24
HSL94.5º24.69%68.24%-
HSV(B)94.5º20.62%76.08%-
XYZ41.9249.5737.93-
YUV182.56111.88119.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.95%
GREEN value IS 194 (76.17% from 255) = 37.38%
BLUE value IS 154 (60.55% from 255) = 29.67%
R=32.95%
G=37.38%
B=29.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711941540.1200.210.2494.524.6968.24
HexABC29AC015185e1944
Octal253302232140253013631104
Binary1010101111000010100110101100010101110001011110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC29A; }

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

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

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

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

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

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

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

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